Revision 2981 committed by gadek
| Newsgroups | gmane.comp.java.vm.sablevm.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2981 Date: 2004-10-17 00:18:51 -0400 (Sun, 17 Oct 2004) Author: gadek Log: * Hopefully fixed the performane problem that was observed lately. * Added several error messages in error handlers used during bootstrap. This should get rid of the hated "sablevm: cannot create vm". * Changed several static length, writable strings in inlined_testing.c into const chars. Added #define _SABLEVM_BYTECODE_NAME_MAX_LENGTH (see comment in inlined_testing.c file why this constant is needed). * Don't show warnings on long long constants even in debug mode. * This version runs SableCC and BTF tests (in testing mode). Changed: U sablevm/branches/staging/configure.ac U sablevm/branches/staging/src/libsablevm/bootstrap.m4.c U sablevm/branches/staging/src/libsablevm/class_loader.c U sablevm/branches/staging/src/libsablevm/constants.h U sablevm/branches/staging/src/libsablevm/gc_gencopy.c U sablevm/branches/staging/src/libsablevm/inlined_testing.c U sablevm/branches/staging/src/libsablevm/invoke_interface.c U sablevm/branches/staging/src/libsablevm/types.h U sablevm/branches/staging/src/libsablevm/util2.c