aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2013-02-23turn on precise i32 multiplication by defaultAlon Zakai
2013-02-22always use Math.imul, with fast polyfill. will be useful for faster 64-bit mathAlon Zakai
2013-02-22GL_UNSAFE_OPTS optionAlon Zakai
2013-02-22turn on Math.imul by default in ASM_JS mode; it has practically no downsides ...Alon Zakai
2013-02-17improve corruption checksAlon Zakai
2013-02-17memory corruption checkerAlon Zakai
2013-02-17remove PROFILE option. It adds unacceptable overhead, and all browsers have p...Alon Zakai
2013-02-17remove PGO option. It is only relevant for non-ta2 builds, which are on the w...Alon Zakai
2013-02-08make gl temp buffer size adjustableAlon Zakai
2013-02-04Merge pull request #832 from waywardmonkeys/typo-fixesAlon Zakai
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