crayon icon indicating copy to clipboard operation
crayon copied to clipboard

An optimization for LOCAL ops

Open blakeohare opened this issue 8 years ago • 0 comments

Split the LOCAL op into LOCAL and LOCAL_SAFE

LOCAL_SAFE will be used if you can tell, with static analysis, that a local is already set in the current scope. LOCAL_SAFE will have no is-set? check and will be twice as fast, which is nice, because it's a pretty common op.

blakeohare avatar Dec 18 '16 04:12 blakeohare