aboutsummaryrefslogtreecommitdiff
path: root/compiler/elymasGlobal.ey
AgeCommit message (Expand)Author
2017-08-21Added _' for indexed access to stackDrahflow
2015-06-22Finally rewrite extension area access to constant scope sizeDrahflow
2015-06-21Uniformly use rax as indirect jump registerDrahflow
2015-06-19Documented the , functionsDrahflow
2015-06-19Forward function objects to jump pad targetsDrahflow
2015-06-19Optimized .?'Drahflow
2015-06-19Position markers for stack subeffect isolationDrahflow
2015-06-19Better map performanceDrahflow
2015-06-18Optimize rep on inline-created functionsDrahflow
2015-06-11Further optimizationsDrahflow
2015-05-31Unified INITIALSCOPESIZEDrahflow
2015-05-28Make global scopes constantDrahflow
2015-05-13Now with 57% less runtimeDrahflow
2015-05-13Use nametable templatingDrahflow
2015-05-02Hashed nametablesDrahflow
2015-04-14Typed array application \o/Drahflow
2015-04-11Sane handling of integer divisionDrahflow
2015-03-01Fix lt/le/gt/ge on strings.Drahflow
2015-01-27lt/le/gt/ge now works on stringsDrahflow
2014-12-22Correctly handling negative indicesDrahflow
2014-08-20There is now a single empty array onlyDrahflow
2014-03-31Some documentation (and resulting code-cleanup)Drahflow
2014-03-30}~ stub removedDrahflow
2014-03-30dom now working on stringsDrahflow
2014-03-29Simplistic XML parserDrahflow
2014-03-11Class-style member functionsDrahflow
2014-03-09Missing member handling completedDrahflow
2014-03-07Testcases (and some code) for #.=Drahflow
2014-03-06Tested *-based coroutinesDrahflow
2014-03-06Scope emulation of ! no longer calls #*Drahflow
2014-03-05Support scope-emulates-other-stuff supportDrahflow
2014-03-02Removed the makeArith special caseDrahflow
2014-02-23Added >'Drahflow
2014-02-18* and ! now apply both to functions and coroutinesDrahflow
2014-02-18Coroutines.Drahflow
2014-02-05Correctly handle empty scopesDrahflow
2014-01-11Float literal support in quote constructionDrahflow
2014-01-09Floating point supportDrahflow
2014-01-08Freeing heap type markers 2-3 for scalars (floats)Drahflow
2014-01-06streq -> eqDrahflow
2014-01-01Low-level typing by '' (free ' for day-to-day use)Drahflow
2013-12-31Less memory usage stillDrahflow
2013-12-28Reducing memory footprintDrahflow
2013-10-22Optimization (20% on string scanning workloads)Drahflow
2013-10-22OptimizationsDrahflow
2013-10-22Can now retype functionsDrahflow
2013-10-15Dynamically shared object supportDrahflow
2013-09-28Another source of boxed integers eliminatedDrahflow
2013-09-28Using unboxed integers in defDrahflow
2013-09-2811% faster with unboxed integersDrahflow