aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-27Static writes directly using r14 as wellDrahflow
2013-09-27Direct static access by offset /r14 :pushqMemDisp8Drahflow
2013-09-27currentScope now in r14Drahflow
2013-09-27interpreter now returns stable key sequenceDrahflow
2013-09-272 instructions savedDrahflow
2013-09-27jmpqMemDrahflow
2013-09-27stosq instead of stosb, and 6% fasterDrahflow
2013-09-27Rewriting constant - invocationsDrahflow
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-10Towards faster regexesDrahflow
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-03TCP/IP listening supportDrahflow
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-11A minimal performance tracing toolDrahflow
2013-08-11Some more syscallsDrahflow
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-06More syscalls translatedDrahflow
2013-08-06Towards more efficient "include"Drahflow
2013-08-06Added make-rule for pre-loaded interpreterDrahflow
2013-08-06"range" now excludes second argumentDrahflow
2013-08-06"via" implementedDrahflow
2013-08-06Enabling build from fresh repoDrahflow
2013-08-06Corrected sys .asm .syscall docsDrahflow