Joel Dice
|
31e5e4c286
|
fix GC safety bugs in leftRotate and rightRotate
|
2008-04-11 18:05:03 -06:00 |
|
Joel Dice
|
7eef2e7918
|
fix GC safety bug in cloneTreeNode
|
2008-04-11 17:40:36 -06:00 |
|
Joel Dice
|
2cf62a5926
|
various bugfixes in new stack trace code
|
2008-04-10 17:48:28 -06:00 |
|
Joel Dice
|
ebffc5852c
|
various search tree fixes
|
2008-04-07 18:14:59 -06:00 |
|
Joel Dice
|
2dba75d7f2
|
fix reversed logic in treeNodeRed
|
2008-04-07 18:03:16 -06:00 |
|
Joel Dice
|
7ee29d4939
|
progress towards general stack trace support
|
2008-04-07 17:47:41 -06:00 |
|
Joel Dice
|
50040b24f5
|
remove unused code from util.cpp
|
2008-03-21 14:33:44 -06:00 |
|
Joel Dice
|
2edaa82801
|
prepend copyright notice and license to all source files; add license.txt and readme.txt
|
2008-02-19 11:06:52 -07:00 |
|
Joel Dice
|
ee60d48cfe
|
fix subtle bug in hashMapInsert which caused us to update the old array previously associated with the hash map, whereas a GC causes the table to be resized when a weak reference is removed and thus a new array used
|
2008-01-19 13:12:16 -07:00 |
|
Joel Dice
|
286f290665
|
more JIT progress
|
2007-12-10 17:48:09 -07:00 |
|
Joel Dice
|
6ac124f2fb
|
protect local variables in red-black tree implementation from GC
|
2007-11-27 08:46:31 -07:00 |
|
Joel Dice
|
466c958d2b
|
implement persistent red-black tree in util.cpp based on PersistentSet.java
|
2007-11-26 18:40:47 -07:00 |
|
Joel Dice
|
0bbe9489a7
|
flesh out call tracing in new JIT code
|
2007-11-26 16:15:53 -07:00 |
|