w.r.t. dynamic libraries, no, it's not a priority right now, but a
little foresight is always worthwhile...
w.r.t. to speeding up native-code access even farther: why don't
we check if the method is native before handing it off to builtins lookup?
Originally, it was set up this way because Bad Things would happen trying
to use System.[in|err].print[ln] as a debugging tool... however, decaf has
gotten much more capabale since I wrote those methods in. It would be
worthwhile to try adding a native check before the builtin lookup, and see
if things got far enough along to write in a native-only call. (Likewise,
make sure that in8(), etc, calls were actually marked as native.)
-_Quinn
_______________________________________________
Kernel maillist - [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel