aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
2015-06-17Fixed weird instructions in @markFunctionDrahflow
2015-06-17Killed some instructions on the hot pathDrahflow
2015-06-16Make internalExecuteIdentifier available to usersDrahflow
2015-06-16FIXME resolvedDrahflow
2015-06-16Reduce number of program headersDrahflow
2015-06-15prefetchDrahflow
2015-06-15Some GC specializationsDrahflow
2015-06-12Removed 1 instruction from the hottest codeDrahflow
2015-06-11Removed 2 instructionsDrahflow
2015-06-11Minor fixesDrahflow
2015-06-11Fixed(?) memory bugDrahflow
2015-06-11Further optimizationsDrahflow
2015-06-11Fix GC killing to-be-emitted reference targetsDrahflow
2015-06-09use sete instead of conditional jumpDrahflow
2015-06-09Don't shlq if followed by leaqDrahflow
2015-06-09Some instruction shufflingDrahflow
2015-06-08Inlined freelist codeDrahflow
2015-06-08All allocations bitscans now with bsfDrahflow
2015-06-08Improved inner alloc loopDrahflow
2015-06-08Some code cleanup and instruction shufflingDrahflow
2015-06-08Even faster allocDrahflow
2015-06-08Faster memory allocsDrahflow
2015-06-01More serious trace compilerDrahflow
2015-05-31Integer trace extractorDrahflow
2015-05-31Unified INITIALSCOPESIZEDrahflow
2015-05-28Inlined logical or as wellDrahflow
2015-05-28Make global scopes constantDrahflow
2015-05-27More instruction shufflingDrahflow
2015-05-27Mark and sweep cost into constantDrahflow
2015-05-27Avoid repeated mark and sweeps at full heapDrahflow
2015-05-27More instruction shufflingDrahflow
2015-05-27Decision tree in mark and sweepDrahflow
2015-05-27Some instruction shuffling in mark and sweepDrahflow
2015-05-22Make use of oversized freelist blocksDrahflow
2015-05-15Rebuild freelists after allocationDrahflow
2015-05-14Minimal explanation of what is going onDrahflow
2015-05-14Streamlined the free-list alloc pathDrahflow
2015-05-14Re-using free-memory scansDrahflow
2015-05-13Now with 57% less runtimeDrahflow
2015-05-13Use nametable templatingDrahflow
2015-05-12Do not allocate useless scopes in viaDrahflow
2015-05-07Be able to dump coroutinesDrahflow
2015-05-03How'bout hashing the trailing 8 bytes, too?Drahflow
2015-05-02Hashed nametablesDrahflow
2015-04-14Typed array application \o/Drahflow
2015-04-14Fix another co-iteration bug.Drahflow
2015-04-14Fixes to co-iterationDrahflow
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