aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2013-01-06do not call run if dependencies are resolved but we were not supposed to call...Alon Zakai
2013-01-03fix memory growth errorAlon Zakai
2013-01-01update ccall docsAlon Zakai
2012-12-13don't align STATICTOP needlesslyAlon Zakai
2012-12-13ensure tempDoublePtr is properly alignedAlon Zakai
2012-12-13reorganize initial allocations to the stack, so that static memory for global...Alon Zakai
2012-12-09merge incomingAlon Zakai
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...Alon Zakai
2012-12-07forward clearing of __THREW__ to asmAlon Zakai
2012-12-07start to legalize structural return values into one direct return plus the re...Alon Zakai
2012-12-07dynCallAlon Zakai
2012-12-07expose tempDoublePtr to asmAlon Zakai
2012-12-07atexit gets void(), cxa_atexit gets void(int), support both in asm modeAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07remove irrelevant code from asm moduleAlon Zakai
2012-12-07set up asm.js 'module'Alon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-24remove STRING_TABLE in preparation for better system to reduce # of globalsAlon Zakai
2012-11-23assert on string operations not exceeding memoryAlon Zakai
2012-11-16update heap exports when enlarging memory; fixes #713Alon Zakai
2012-11-08optimal cwrapAlon Zakai
2012-11-07improve memory growth errorAlon Zakai
2012-11-07commented out safe heap code for infinities and nansAlon Zakai
2012-10-29adjust memory size in testsAlon Zakai
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...Alon Zakai
2012-10-25warning and TODO on memory enlargingAlon Zakai
2012-10-22fix SAFE_HEAP historyAlon Zakai
2012-10-19assert on stack being too large compared to total memoryAlon Zakai
2012-10-19IE fixesAlon Zakai
2012-09-17warning about allocate()Alon Zakai
2012-09-17allocate() docsAlon Zakai
2012-09-11optimize String_lenAlon Zakai
2012-09-11fix handling of (null) printingAlon Zakai
2012-09-09check for segfaults in SAFE_HEAPAlon Zakai
2012-08-28log out unfulfilled run dependencies every few secondsAlon Zakai
2012-07-18add runDependency tracking and fix detected bugsAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not onl...Alon Zakai
2012-07-15utf parsing in writeStringToMemory as wellAlon Zakai
2012-07-14make Pointer_stringify utf8-awareAlon Zakai
2012-06-11handle null strings in ccallAlon Zakai
2012-06-11make add/removeRunDependency closure exportedAlon Zakai
2012-06-08remove Array_copy and String_copy; they are hard to implement in a fast way t...Alon Zakai
2012-06-08optimize Array_copyAlon Zakai
2012-05-09allow adding runDependencies in preRunAlon Zakai
2012-05-09update runDependencies commentAlon Zakai
2012-04-17safe heap fix to catch undefined properlyAlon Zakai
2012-04-14support js arrays as inputs in ccallAlon Zakai
2012-04-11safe heap fixAlon Zakai
2012-04-09init runtime immediately, so that even with noInitialRun we can still call fi...Alon Zakai