aboutsummaryrefslogtreecommitdiff
path: root/compiler/elymasGlobal.ey
AgeCommit message (Expand)Author
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
2013-09-27currentScope now in r14Drahflow
2013-09-26Further performance improvementsDrahflow
2013-09-24Saner patching of static loadsDrahflow
2013-09-22=abc and |abc now optimized to static accessDrahflow
2013-09-20Client-side optimizerDrahflow
2013-09-15References now stored separately from opcodesDrahflow
2013-09-05Improvements to the GCDrahflow
2013-09-01RegEx behavior now greedy as everyone expects itDrahflow
2013-08-19Specialized integer allocator, more speedDrahflow
2013-08-18Optimized regex engine furtherDrahflow
2013-08-18A few speed improvementsDrahflow
2013-08-11Static-mode names now patched upDrahflow