aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
AgeCommit message (Expand)Author
2011-01-11make memory initialization optional, and default to initializing the stack onlyAlon Zakai
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25clean up getNativeFieldSizeAlon Zakai
2010-12-18utilize llvm optAlon Zakai
2010-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-11-28paranoid memory initialization in typed arrays, lua demo update (with missing...Alon Zakai
2010-11-27commentAlon Zakai
2010-11-27proper memory initialization with or without typed arrays; additional lua testsAlon Zakai
2010-11-25improve lua test + fixesAlon Zakai
2010-11-22strengthen SAFE_HEAP in malloc and on the stackAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...Alon Zakai
2010-11-17tweaks for frontend-optimized inputAlon Zakai
2010-10-27modularize generated codealon@honor
2010-10-24benchmarks working againalon@honor
2010-10-24progress on cleaning up Runtimealon@honor
2010-10-24add nonvirtual part to polymorph test; fails in clangalon@honor
2010-10-21gettimeofday(), and more stuff in Runtimealon@honor
2010-10-21fixes in parseConst; move getFunctionIndex into Runtime; test for global func...alon@honor
2010-10-16optimize stack winding with local var; 5% speedupalon@honor
2010-10-15do not wind/unwind stacks if initial stack size is 0; 20% speedupalon@honor
2010-10-11increment stack all at once; 2% speedupalon@honor
2010-10-09fix memory alignment/padding of structures | TESTS FIXEDalon@honor
2010-10-08fix bug with last commit, and better GUARD_MEMORY optionalon@honor
2010-10-06inline stack allocationsalon@honor
2010-10-06Runtime system, and inlining of stackEnter/Exitalon@honor