aboutsummaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
2015-07-10SHA512Drahflow
2015-07-01FreeBSD support in masterDrahflow
2015-06-26Other way aroundDrahflow
2015-06-26Move write syscall number into constantsDrahflow
2015-06-25Moved sys .freeze where it belongs moreDrahflow
2015-06-23Handle empty iterablesDrahflow
2015-06-22Some huge scope tests...Drahflow
2015-06-22Reduced number of allocations in dumpDrahflow
2015-06-22Finally rewrite extension area access to constant scope sizeDrahflow
2015-06-21Uniformly use rax as indirect jump registerDrahflow
2015-06-19Documented the , functionsDrahflow
2015-06-19Forward function objects to jump pad targetsDrahflow
2015-06-19Improved performance of condsDrahflow
2015-06-19Optimized .?'Drahflow
2015-06-19Position markers for stack subeffect isolationDrahflow
2015-06-19Better map performanceDrahflow
2015-06-18Also inline notDrahflow
2015-06-18ARRAYCLEAR does noting with scopesDrahflow
2015-06-18Optimize rep on inline-created functionsDrahflow
2015-06-17If strings reside at the same address, they are eqDrahflow
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