http://codereview.chromium.org/6303013/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right):
http://codereview.chromium.org/6303013/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode2758 src/ia32/lithium-codegen-ia32.cc:2758: if (!Smi::IsValid(const_index)) { We shouldn't generate code at all for this instruction in this case. Can we just do an unconditional deoptimization and return? Or catch this at a higher level and never build this graph? http://codereview.chromium.org/6303013/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
