index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library_gc.js
Age
Commit message (
Expand
)
Author
2014-02-21
deprecate toy gc impl
Alon Zakai
2013-05-22
do not call code-running callbacks if ABORTing; fixes #1191
Alon Zakai
2013-05-04
make memory management sane: 0 is null, then static including globals, then s...
Alon Zakai
2013-02-28
add missing calloc dependency in gc
Alon Zakai
2013-02-01
Add _realloc to EXPORTED_FUNCTIONS.
Bruce Mitchener
2013-02-01
Support GC_get_heap_size().
Bruce Mitchener
2013-02-01
Don't corrupt GC.totalAllocations.
Bruce Mitchener
2013-02-01
Add support for GC_REALLOC().
Bruce Mitchener
2013-02-01
Add GC support for GC_MALLOC_UNCOLLECTABLE.
Bruce Mitchener
2012-12-07
ensure calloc is exported for gc
Alon Zakai
2012-12-07
fix function table addition code
Alon Zakai
2012-11-20
gc additions
Alon Zakai
2012-06-11
remove GENERATING_HTML, it was confusing and gave little or no benefit
Alon Zakai
2012-05-15
browser gc test
Alon Zakai
2012-05-15
fix test_gc for o1 and o2
Alon Zakai
2012-05-15
working early gc test
Alon Zakai
2012-05-15
further gc work, basic api written
Alon Zakai
2012-05-15
initial work on c++ gc support
Alon Zakai