bjit: omit frame pointer + use R12 for ASTInterpreter*
This reduces the number of stack access, because previously when we accessed a field of the interpreter we always had to load it first from stack into a reg - and now we have a dedicated reg. This is currently only a very small perf change but when #736 lands this becomes more important.
Showing
Please register or sign in to comment