aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-25Don't depend on absolute perl pathDrahflow
2015-06-23Glob-match on whole filenameDrahflow
2015-06-23Correctly optimize non-integer args to ARRAYSTARDrahflow
2015-06-23Handle empty iterablesDrahflow
2015-06-23symlink + unlink syscallsDrahflow
2015-06-22Some instruction shuffling (3% performance boost)Drahflow
2015-06-22Forwarding scope-cannot-escape infoDrahflow
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-22Forward jump pads at assembly timeDrahflow
2015-06-21forward jump pads (but seems slower???)Drahflow
2015-06-21Uniformly use rax as indirect jump registerDrahflow
2015-06-20Correctly parse patched FUNCTIONCREATEsDrahflow
2015-06-20Optimized `conds`Drahflow
2015-06-19, is now takenDrahflow
2015-06-19Documented the , functionsDrahflow
2015-06-19Forward function objects to jump pad targetsDrahflow
2015-06-19Inline loop functionDrahflow
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-19Some TODO progressDrahflow
2015-06-18Faster map accessDrahflow
2015-06-18Optimize { ... } eachDrahflow
2015-06-18Also inline notDrahflow
2015-06-18ARRAYCLEAR does noting with scopesDrahflow
2015-06-18Inline some ? * combinationsDrahflow
2015-06-18Optimize scoped calls to constantsDrahflow
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-17Make lists a bit fasterDrahflow
2015-06-17Yet another performance increaseDrahflow
2015-06-16Make it a little fasterDrahflow
2015-06-16Some performance improvementsDrahflow
2015-06-16Make internalExecuteIdentifier available to usersDrahflow
2015-06-16FIXME resolvedDrahflow
2015-06-16Reduce number of program headersDrahflow
2015-06-15Optimized ] -- (used to discard stack effects)Drahflow
2015-06-15prefetchDrahflow
2015-06-15Some GC specializationsDrahflow
2015-06-15Also optimize * on constantsDrahflow
2015-06-15Mention elymas/loaded as an alternativeDrahflow
2015-06-12Removed 1 instruction from the hottest codeDrahflow
2015-06-11Removed 2 instructionsDrahflow
2015-06-11Omit trace tests if uselessDrahflow
2015-06-11Minor fixesDrahflow