Hi,
>> I prefer to write some routines to fill up using native implementation.
>
> This is not what we want to do, really. The whole point of a Java
>driver model is to avoid native device drivers, though I'm aware that the
>decaf JVM is painfully slow as yet. If you could, just leave the java
>code in the source as comment form so we could test it every so often as
>we make progress on the VM?
>
hm, well, I think this is ok for me to write anything that in java. IMO,
native implementation of fill up operation is needed. In C, it can fill up
memory directly instead of calling method to write a certain value at
certain memory address. It can save lots of times by removing lots of
method call in Graphics Drivers.
Regards,
Hilary
_______________________________________________
Kernel maillist - [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel