• Marius Wachtler's avatar
    bjit: omit frame pointer + use R12 for ASTInterpreter* · 96027cdb
    Marius Wachtler authored
    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.
    96027cdb
baseline_jit.h 13.7 KB