darling-libobjc2/GCKit
2010-04-26 21:33:59 +00:00
..
COPYING Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
cycle.h Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
cycle.m More GCKit work. Most stuff is working now, with the big exception being tracing of collectable regions. Test case demonstrates this failure and the success of everything else. 2010-02-05 14:36:32 +00:00
DESIGN Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
GNUmakefile More GCKit work. Most stuff is working now, with the big exception being tracing of collectable regions. Test case demonstrates this failure and the success of everything else. 2010-02-05 14:36:32 +00:00
inline.m Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
malloc.h Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
malloc.m Added out-of-tree GCKit stuff. Still (very) work-in-progress. 2010-04-26 21:33:59 +00:00
NSObject.m Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
object.h More GCKit work. Most stuff is working now, with the big exception being tracing of collectable regions. Test case demonstrates this failure and the success of everything else. 2010-02-05 14:36:32 +00:00
static.h Fixed double-free problems in GCKit. Fixed removal from hash tables. Added enumerator helper for when you remove objects from a map while enumerating. Removed tracing statements that were identifying bugs that have now been fixed. 2010-02-03 13:46:32 +00:00
test.m Added out-of-tree GCKit stuff. Still (very) work-in-progress. 2010-04-26 21:33:59 +00:00
thread.h Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
thread.m More GCKit work. Most stuff is working now, with the big exception being tracing of collectable regions. Test case demonstrates this failure and the success of everything else. 2010-02-05 14:36:32 +00:00
trace.h Added out-of-tree GCKit stuff. Still (very) work-in-progress. 2010-04-26 21:33:59 +00:00
trace.m Added out-of-tree GCKit stuff. Still (very) work-in-progress. 2010-04-26 21:33:59 +00:00
visit.h Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
visit.m More GCKit work. Most stuff is working now, with the big exception being tracing of collectable regions. Test case demonstrates this failure and the success of everything else. 2010-02-05 14:36:32 +00:00
workqueue.h Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00
workqueue.m Initial commit of GCKit (moved from Étoilé and the missing 90% mostly implemented). GCKit implements cycle detection on the heap and tracing on the stack and designated heap regions, with support for weak references. It is designed for implementing OS X 10.5-compatible GC semantics. 2010-02-02 23:36:38 +00:00