aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-18add option to turn all unresolved references into dead functions (i.e., no co...Alon Zakai
2013-03-17add OPENAL_DEBUG to settings.jsAlon Zakai
2013-03-16get bindings generator to work in asm.js (except for customizeVTable)Alon Zakai
2013-03-15add option to disable utf support, and test that in asm2gAlon Zakai
2013-03-10pgo for unused function detectionAlon Zakai
2013-03-08deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1Alon Zakai
2013-03-04Delete the compiled relooper.js (but allow specification of an arbitrary relo...Chad Austin
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-27cleanupsAlon Zakai
2013-02-27FORCE_GL_EMULATION optionAlon Zakai
2013-02-26Add CHECK_HEAP_ALIGN to perform runtime alignment checksVladimir Vukicevic
2013-02-26SAFE_DYNCALLS optionAlon Zakai
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...Alon Zakai
2013-02-25use preserveDrawingBuffer in gl tests to make them work on latest firefoxAlon Zakai
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