aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
AgeCommit message (Expand)Author
2011-06-05generalize heap access generation with getHeapOffsetAlon Zakai
2011-05-25allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all but...Alon Zakai
2011-05-15indexize necessary library functionsAlon Zakai
2011-05-14additional sdl and browser stuffAlon Zakai
2011-04-21line-specific exceptions to SAFE_HEAPAlon Zakai
2011-04-13refactor library-needing code out of jsifierAlon Zakai
2011-03-29gcparam for spidermonkeyAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-03-15stop using lots of memory to manage strings at the end of compilationAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-02-22global Types object refactoringAlon Zakai
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO...Alon Zakai
2010-12-31macros for heap access in library.jsAlon Zakai
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25code cleanupAlon Zakai
2010-12-15clean up enzymatic ==> frameworkAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...Alon Zakai
2010-11-13remove unnecessary line splitting and recombiningAlon Zakai
2010-10-10typed arrays support; function __index__ing ; 36% speedupalon@honor
2010-10-06Runtime system, and inlining of stackEnter/Exitalon@honor
2010-09-25snippets ==> libraryalon@honor
2010-09-22disable relooping pending rewritealon@honor
2010-09-20refactor into filesalon@honor