You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanup staging decisions (canStage: vs isJitCompileTimeExpresison repeat code?)
tail duplication during code generation (for code generation of staged ifs) misses some staging opportunities (i.e., it depends on a phi that is staged from one branch but not from the other => then the phi is not staged, but when tail duplication happens this allows staging!)
The text was updated successfully, but these errors were encountered:
Bytecodes
gen_ExtPushFullClosureBytecode Fix closure creation #94
gen_PushLiteralVariable16CasesBytecode (WIP)
int64AtPointer
) Make staging a separate pass #97Then continue compiling this list
Broken bytecodes
gen_ExtStoreAndPopReceiverVariableBytecode
gen_StoreAndPopRemoteTempLongBytecode
Primitives
Make a list of the most used primitives
slowPrimitiveResponse
Fix
primitiveNew
compilation62 (primitiveSize)
207 (primitiveFullClosureValue)
175 (primitiveBehaviorHash)
75 (primitiveIdentityHash)
17 (primitiveBitShift)
169 (primitiveNotIdentical)
61 (primitiveAtPut)
105 (primitiveStringReplace)
Have a list per benchmark
Others
compiler options
here= true
from staged if Fix closure creation #94The text was updated successfully, but these errors were encountered: