aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
2013-12-22read now universally returns (undecoded) stringDrahflow
2013-12-19Refactored away some particularly ugly codeDrahflow
2013-12-18Fixed section addresses (and gdb warnings)Drahflow
2013-12-14Removed variable version of constant addressDrahflow
2013-12-14Removed already fixed FIXMEDrahflow
2013-10-27str .splitDrahflow
2013-10-23Further optimizationsDrahflow
2013-10-22Optimization (20% on string scanning workloads)Drahflow
2013-10-22OptimizationsDrahflow
2013-10-22Can now retype functionsDrahflow
2013-10-17Allow escape of more meta-characters in regexDrahflow
2013-10-17min and max should be available everywhereDrahflow
2013-10-15Dynamically shared object supportDrahflow
2013-10-04"Hello World" via libc6Drahflow
2013-10-02Fixed obnoxious "not a scope" error after freezeDrahflow
2013-09-30Fixed autolooping codeDrahflow
2013-09-2913% faster with (some) inline arithmeticsDrahflow
2013-09-29jnle implementedDrahflow
2013-09-29Source of boxed zeros eliminatedDrahflow
2013-09-28Another source of boxed integers eliminatedDrahflow
2013-09-28Rewriting * when types are predictableDrahflow
2013-09-280/1 should not be reported in boxed intsDrahflow
2013-09-28Using unboxed integers in defDrahflow
2013-09-2811% faster with unboxed integersDrahflow
2013-09-28wrong (but harmless) initialization correctedDrahflow
2013-09-28heapSize is more usefulDrahflow
2013-09-27Direct static access by offset /r14 :pushqMemDisp8Drahflow
2013-09-27currentScope now in r14Drahflow
2013-09-27jmpqMemDrahflow
2013-09-27stosq instead of stosb, and 6% fasterDrahflow
2013-09-27Results of some debuggingDrahflow
2013-09-2623.2% fasterDrahflow
2013-09-26Further performance improvementsDrahflow
2013-09-25Library build time down another 3.2%Drahflow
2013-09-24Saner patching of static loadsDrahflow
2013-09-22Faster name resolutionDrahflow
2013-09-22=abc and |abc now optimized to static accessDrahflow
2013-09-20Client-side optimizerDrahflow
2013-09-15Obvious optimization is obviousDrahflow
2013-09-15Minimal further GC improvementsDrahflow
2013-09-15References now stored separately from opcodesDrahflow
2013-09-10Using new bitfield ops in regexDrahflow
2013-09-10Bitfield operations on stringsDrahflow
2013-09-05Improvements to the GCDrahflow
2013-09-0416% faster library built time (regex optimization)Drahflow
2013-09-04Minimal HTTP serverDrahflow
2013-09-04buffered polling tcp/ip serverDrahflow
2013-09-03str .infix now availableDrahflow
2013-09-02I CAN HAZ TCP/IP CONNECTION!Drahflow
2013-09-01RegEx behavior now greedy as everyone expects itDrahflow