Re: intrp-md.h

1999-08-18 Thread Archie Cobbs
Kiyo Inaba writes: > With current snap, the configure script tries to use ${engine}-md.h > even for intrp mode. Is it intentional or just a bug? > > You can check this with > configure --with-engine=intrp Thanks, this problem should be fixed now. -Archie

intrp-md.h

1999-08-18 Thread Kiyo Inaba
With current snap, the configure script tries to use ${engine}-md.h even for intrp mode. Is it intentional or just a bug? You can check this with configure --with-engine=intrp Kiyo

Re: Cross-Compiling Kaffe to ERC32

1999-08-18 Thread Archie Cobbs
Oscar Martinez de la Torre writes: > I would like to port Kaffe to SPARC microprocessor in its space version: > ERC32. I have a cross-compiler. > > And I have standard header files float.h, limits.h stdarg.h stddef.h as > defined by ANSI C. And the remaining standard header files ctype.h > signa

Cross-Compiling Kaffe to ERC32

1999-08-18 Thread Oscar Martinez de la Torre
Hi! I would like to port Kaffe to SPARC microprocessor in its space version: ERC32. I have a cross-compiler. And I have standard header files float.h, limits.h stdarg.h stddef.h as defined by ANSI C. And the remaining standard header files ctype.h signal.h stdio.h string.h are also supported, b

Re: Class tree compilation "from zero"

1999-08-18 Thread Alex Nicolaou
[EMAIL PROTECTED] wrote: > The JVM I've already partly written uses VERY late binding for java non-native > methods and classes (only when a constant pool entry needs to be resolved), so > such a stupidity of a Java compiler would be a plus for me (I just will get > runtime error on unimplemente