1. c1a4ab9 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  2. 259a8a5 Fix the jweak implementation. by Elliott Hughes · 13 years ago
  3. ce09683 Clean up IndirectRefTable a bit. by Elliott Hughes · 13 years ago
  4. 30bc0d4 Consolidate curFrame fields in thread storage by buzbee · 14 years ago
  5. f9fa8c1 Fix for loops and eliminate some other undesirable idioms. by Carl Shapiro · 14 years ago
  6. ae188c6 Compile the garbage collector and heap profiler as C++. by Carl Shapiro · 14 years ago[Renamed from vm/alloc/Visit.c]
  7. ce87bfe Delegate the queuing of cleared references to managed code. by Carl Shapiro · 14 years ago
  8. 19007bb Get rid of some inconsistent formatting. by Carl Shapiro · 14 years ago
  9. 3475f9c Move finalization out of the VM. by Carl Shapiro · 14 years ago
  10. a9c49df Clean up how primitive types are handled. by Dan Bornstein · 14 years ago
  11. 701abba Use indirect references in JNI by default. by Carl Shapiro · 14 years ago
  12. e4c3b5e Finish the indirect reference implementation. by Carl Shapiro · 14 years ago
  13. 67f9be7 Remove the private CLZ implementation in the GC. by Carl Shapiro · 14 years ago
  14. fc75f3e Fix implicit conversions, rename reserved works, enable -Wc++-compat. by Carl Shapiro · 14 years ago
  15. 6d4ce5e Drive all root scanning by the root visitor. by Carl Shapiro · 14 years ago
  16. ca14ee3 Check that the debug registry has been started before visting it. by Carl Shapiro · 14 years ago
  17. 1ec987e Reclassify the pin table as a VM internal root. The native stack by Carl Shapiro · 14 years ago
  18. 07018e2 Separate HPROF from the GC. by Carl Shapiro · 14 years ago
  19. b5f3c0b Change the way thread suspension works. by Andy McFadden · 14 years ago
  20. 106c5fd Use the card marks to find gray objects during a concurrent collection. by Carl Shapiro · 14 years ago
  21. 1fbfcab Drive the root verification by a root visitor. by Carl Shapiro · 14 years ago
  22. ddb0c1c Make the visitor routines inlined. by Carl Shapiro · 14 years ago
  23. 056b966 Add a context argument to the visitor callback. by Carl Shapiro · 14 years ago
  24. 899cdb7 Further clean-up now that class == NULL has been eliminated. by Barry Hayes · 14 years ago
  25. c49db85 Send unlinkedClass back to hell, as requested. by Barry Hayes · 15 years ago
  26. adc346f Add a callback driven visitor routine and make verify use it. by Carl Shapiro · 14 years ago