Commit Graph

310 Commits

Author SHA1 Message Date
e81a534986 misc makefile tweaks 2008-01-03 12:49:42 -07:00
f151d85f4e intercept SIGSEGV and throw NullPointerExceptions 2007-12-31 15:40:56 -07:00
5d65e7c220 handle synchronized methods properly in JIT mode 2007-12-27 17:02:05 -07:00
a2181e88c0 include boot classpath in vm arguments on darwin, since we don't build those classes into the executable 2007-12-27 08:46:17 -07:00
6ed28a13c3 fix x86-32 regressions due to JIT refactoring 2007-12-26 10:16:21 -07:00
b361e1b637 refactor JIT code to make operand size an explicit part of each applicable instruction 2007-12-26 09:56:14 -07:00
8cd18d6193 more JIT bugfixes 2007-12-23 13:06:24 -07:00
f87a78833b fix JIT regressions on amd64 2007-12-23 12:18:34 -07:00
15857135c0 more JIT fixes; all tests now pass on x86-32 2007-12-23 11:48:22 -07:00
a020a3f6bb handle various return types properly in invokeNative2 2007-12-23 11:09:41 -07:00
31cf1754ce fix frame trace bug leading to incomplete stack coverage during GC; fix thinko pushing arguments in vmInvoke 2007-12-23 11:01:41 -07:00
6c532e2ba4 fix register allocation bugs in floating point instructions 2007-12-22 17:15:46 -07:00
be42c325d8 32-bit JIT bugfixes; still broken 2007-12-19 18:42:12 -07:00
7dd81c803a fix native call argument marshalling regression 2007-12-19 17:02:32 -07:00
4c3a2575ba lots of JIT bugfixes; all top-level tests now pass 2007-12-17 13:55:31 -07:00
56a8ce8fb1 more JIT bugfixes; implement mul instruction 2007-12-16 16:52:38 -07:00
e4fbadd051 JIT-related GC safety fixes 2007-12-16 15:41:07 -07:00
86218ebcb8 fix stack pointer calculation in unwind code and set rbx to thread pointer when unwinding 2007-12-15 18:00:25 -07:00
796a64a426 lots of JIT bugfixes and cleanups 2007-12-15 17:24:15 -07:00
fdeafe46fd 2+2 test now works with new JIT code 2007-12-11 14:26:59 -07:00
f8cda0cd85 more JIT compiler progress 2007-12-09 15:45:43 -07:00
466c958d2b implement persistent red-black tree in util.cpp based on PersistentSet.java 2007-11-26 18:40:47 -07:00
0bbe9489a7 flesh out call tracing in new JIT code 2007-11-26 16:15:53 -07:00
49ed41daa0 refactor stack walking interface in processor.h and sketch stack walking implementation in compile2.cpp 2007-11-25 16:00:55 -07:00
3570beaba9 specify -DNDEBUG cflag in debug mode to improve performance when debugging large apps 2007-11-14 16:23:15 -07:00
fe0e542afe finish support for inline vtables in class objects; convert constant pools from arrays to singletons to reduce memory footprint 2007-11-05 14:40:17 -07:00
19d36cc463 implement impdep1 instruction for lazily loading bootstrap classes 2007-11-05 08:29:43 -07:00
6c0e0c37e2 snapshot 2007-11-05 07:28:46 -07:00
514be2dc87 snapshot 2007-11-04 16:10:33 -07:00
94e9bd0fd2 clean up bootstrap type generation to eliminate redundancy (broken) 2007-11-04 14:15:28 -07:00
bea4a73f54 Merge branch 'singleton' 2007-11-02 15:56:48 -06:00
7dfbd87a40 bugfixes 2007-11-02 15:42:19 -06:00
e820b6a8a4 sketch of singleton support 2007-11-02 15:08:14 -06:00
d3592f2dbd tweak makefile to recompile all dirty java files in a single javac invocation for efficiency 2007-11-02 08:01:10 -06:00
eb3bd1ce7c Got strip working for Mac OS X 2007-11-01 14:37:51 -06:00
7f33b7371b Factored JNIEXPORT into one place. Adopted the visbility attribute that
should allow strip to work on Mac OS X
2007-11-01 14:00:22 -06:00
b3891debb2 Fixes build for Mac OS X.
If the binary is stripped on Mac OS X, dlsym fails, so builtin native library
calls do not work.  The solution, in this case, is to not strip the binary.
2007-10-30 16:22:53 -06:00
956106f518 implement StringBuilder.delete() more efficiently 2007-10-29 15:40:05 -06:00
7aecdb6ce0 undo accidentally-committed makefile change 2007-10-28 18:54:21 -06:00
a80677d673 fix aliasing warnings 2007-10-28 18:51:38 -06:00
7f1837fecd move fixed object (mark and sweep) support into heap.cpp and refine algorithms for determining when and how much to GC 2007-10-28 13:14:53 -06:00
60072b9fdc implement fixed object support 2007-10-27 19:54:30 -06:00
8f604ca7e1 makefile cleanups 2007-10-26 16:16:47 -06:00
789cc8e9a2 On the Mac, building in the vm object is complicated. Instead,
rely on external files.
2007-10-26 16:10:12 -06:00
476a0d70f2 Merge branch 'master' of dice:git/vm
Conflicts:

	makefile
2007-10-26 15:03:53 -06:00
f354abb4a0 build fixes and refactoring 2007-10-26 15:02:39 -06:00
e2ae3201f7 Fix for mac's lacking objcopy - rely on the version in MacPorts 2007-10-26 13:43:14 -06:00
4088387cf0 Fix typo in makefile - path must be specified to find 2007-10-26 13:32:19 -06:00
ccdc7fdda3 eliminate bin2c and use objcopy instead to translate binary data to an object file 2007-10-26 11:38:36 -06:00
d0089c4d88 makefile fixes 2007-10-26 08:34:54 -06:00