LGTM
http://codereview.chromium.org/17615/diff/206/210 File src/codegen-ia32.cc (right): http://codereview.chromium.org/17615/diff/206/210#newcode4581 Line 4581: Result value = index; I see that assignment of Results does not invalidate the RHS. If we ever change that, the following use of index will become invalid. Does the assembler catch that? http://codereview.chromium.org/17615 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
