aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2013-02-04EXPLICIT_ZEXT optionAlon Zakai
2013-02-04Fix typos.Bruce Mitchener
2013-01-28improve asm safe heap support and add ASM_HEAP_LOGAlon Zakai
2013-01-25benchmark code gen optionAlon Zakai
2013-01-17Implement exceptions in whitelistAleksander Guryanov
2013-01-10auto-export some special functions if they are dependencies of a JS library e...Alon Zakai
2013-01-07reset the stack top when CATCH_EXIT_CODEAlon Zakai
2013-01-07disable EXCEPTION_DEBUG by defaultAlon Zakai
2013-01-05fix networking for both stream and dgramAlon Zakai
2013-01-04SOCKET_FORCED_MESSAGING optionAlon Zakai
2013-01-03warn about ASM_JSAlon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-21by default only keep main aliveAlon Zakai
2012-12-13default to NAMED_GLOBALSAlon Zakai
2012-12-12support for Math.imulAlon Zakai
2012-12-10Remove regexp case since it is slow and rarely usedXuejie Xiao
2012-12-07default heap to 16MB, and make sure asm.js heaps are power-of-twoAlon Zakai
2012-12-07set up asm.js 'module'Alon Zakai
2012-12-07Add function name filter for LABEL_DEBUGXuejie Xiao
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-20EXPORT_ALL optionAlon Zakai
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...Alon Zakai
2012-11-13headless optionAlon Zakai
2012-11-09improve LABEL_DEBUGAlon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-10-30refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDEAlon Zakai
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...Alon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-10-19tweak sync xhr code a tiny bitAlon Zakai
2012-10-19Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loadingAlon Zakai
2012-10-20document SMALL_CHUNKSJanus
2012-10-17UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su...Alon Zakai
2012-10-17improve runtimelink handling of function aliasesAlon Zakai
2012-10-04recvmsg and further socket debuggingAlon Zakai
2012-09-29Merge pull request #594 from larsxschneider/lars/add-split-optionAlon Zakai
2012-09-28support ioctl-FIONREADAlon Zakai
2012-09-27initial (not-yet-working) sockets implementationAlon Zakai
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
2012-09-25fix null error in settings.js - we need this to be parsable from python tooAlon Zakai
2012-09-25Define and document SHELL_FILE in settings.jsChad Austin
2012-09-24comments in settings.jsAlon Zakai
2012-09-09check for segfaults in SAFE_HEAPAlon Zakai
2012-09-01update settings.js docsAlon Zakai
2012-08-25disable precise i32 multiplication even in -O0: too slowAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-08-20PROFILE_MAIN_LOOP optionAlon Zakai
2012-08-01comment in settings.jsAlon Zakai
2012-07-13Merge pull request #313 from SiggyBar/settings-1Alon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai