aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
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
2013-08-28More functions in the libraryDrahflow
2013-08-19Specialized integer allocator, more speedDrahflow
2013-08-18Further optimizationsDrahflow
2013-08-18Optimized regex engine furtherDrahflow
2013-08-18A few speed improvementsDrahflow
2013-08-12Some optimizations to the allocatorDrahflow
2013-08-11Static-mode names now patched upDrahflow
2013-08-09(.*) not yet very efficient, but include now isDrahflow
2013-08-09Optimizing scoping functions as wellDrahflow
2013-08-08Slightly improving regex performanceDrahflow
2013-08-08First usage of optimization semanticsDrahflow
2013-08-06Towards more efficient "include"Drahflow