aboutsummaryrefslogtreecommitdiff
path: root/src/library_gc.js
AgeCommit message (Expand)Author
2014-02-21deprecate toy gc implAlon Zakai
2013-05-22do not call code-running callbacks if ABORTing; fixes #1191Alon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-02-28add missing calloc dependency in gcAlon Zakai
2013-02-01Add _realloc to EXPORTED_FUNCTIONS.Bruce Mitchener
2013-02-01Support GC_get_heap_size().Bruce Mitchener
2013-02-01Don't corrupt GC.totalAllocations.Bruce Mitchener
2013-02-01Add support for GC_REALLOC().Bruce Mitchener
2013-02-01Add GC support for GC_MALLOC_UNCOLLECTABLE.Bruce Mitchener
2012-12-07ensure calloc is exported for gcAlon Zakai
2012-12-07fix function table addition codeAlon Zakai
2012-11-20gc additionsAlon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-05-15browser gc testAlon Zakai
2012-05-15fix test_gc for o1 and o2Alon Zakai
2012-05-15working early gc testAlon Zakai
2012-05-15further gc work, basic api writtenAlon Zakai
2012-05-15initial work on c++ gc supportAlon Zakai