[Jikesrvm-core] Re: classpath 0.09 and AIX

2004-05-20 Thread Eliot Moss
Dave -- If you can compile it with -E, you'll see the output of the preprocessor as presented to the rest of the compiler front-end. I often find this helpful in debugging things having to do with .h files. You'll see where the different files start/stop, and everything inside false #if branches

[Jikesrvm-core] Re: performance problems with classpath 0.09 on Jikes RVM

2004-05-08 Thread Eliot Moss
Sounds to me like an inappropriate factoring of code between Java and native. Hope you can eliminate more than just 2/3 of the calls! -- Eliot ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath