* src/vm/jit/stack.c (stack_change_to_tempvar): Fix: Only replace
authoredwin <none@none>
Sat, 4 Nov 2006 23:13:37 +0000 (23:13 +0000)
committeredwin <none@none>
Sat, 4 Nov 2006 23:13:37 +0000 (23:13 +0000)
commit93be97b20d253c371f5ac057c5709e0b3878ad97
tree51edc048c26e61b95a26f67bf866c320cfbb625c
parent18eec2eeb7784f48d6038e7424099a629785be54
* src/vm/jit/stack.c (stack_change_to_tempvar): Fix: Only replace
pass-through variables at the right stack depth. Otherwise the IR
can become inconsistent, for example a temporary variable could be
used more than once.
src/vm/jit/stack.c