aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-17PostgreSQL wrapperDrahflow
2013-10-17Correctly handle more than 6 argumentsDrahflow
2013-10-17Allow escape of more meta-characters in regexDrahflow
2013-10-17min and max should be available everywhereDrahflow
2013-10-16Correctly align stack pointer prior to entryDrahflow
2013-10-15loaded.ey and shared.ey now parallelDrahflow
2013-10-15Now drawing (blue)Drahflow
2013-10-15Dynamically shared object supportDrahflow
2013-10-04Better argument type handling for SOsDrahflow
2013-10-04"Hello World" via libc6Drahflow
2013-10-02Fixed obnoxious "not a scope" error after freezeDrahflow
2013-09-30Fixed autolooping codeDrahflow
2013-09-29Typo.Drahflow
2013-09-29More teasingDrahflow
2013-09-29Further testing...Drahflow
2013-09-29Testing some MarkdownDrahflow
2013-09-29Type fixed.Drahflow
2013-09-29Bug fixed (thought I tested before commit though...)Drahflow
2013-09-29Code cleanupDrahflow
2013-09-29Slight cleanups...Drahflow
2013-09-29Event dispatch via object storingDrahflow
2013-09-29TODO done (def??? now overwrites)Drahflow
2013-09-2913% faster with (some) inline arithmeticsDrahflow
2013-09-29jnle implementedDrahflow
2013-09-29Source of boxed zeros eliminatedDrahflow
2013-09-29Rewriting array executionsDrahflow
2013-09-29corrected epoll interfaceDrahflow
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-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
7% speed gained
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