The last remaining query in the XMark benchmark where the compiled code was running significantly slower than the interpreted code was Q10.... Inlining of variables eliminates the tree copy operation, which improves the performance from 301ms to 104ms.   more »