Merge RecordComment invocations into DeoptimizeIf calls.
authorsvenpanne@chromium.org <svenpanne@chromium.org>
Mon, 22 Sep 2014 09:50:12 +0000 (09:50 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org>
Mon, 22 Sep 2014 09:50:12 +0000 (09:50 +0000)
commitbc609aff70d11682b5bdd55d325a1d152e3e801f
tree4eea7579375d0889cac3aa991ca45bafcb076f1c
parent7862fa2ae8e32791cf048e7f179601b05b054988
Merge RecordComment invocations into DeoptimizeIf calls.

This way the deoptimization reasons are actually threaded through to
the jump table. Tiny cleanup of related MIPS/MIPS64 code on the way.

R=jarin@chromium.org

Review URL: https://codereview.chromium.org/585423002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24111 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/lithium-codegen-arm.cc
src/arm64/lithium-codegen-arm64.cc
src/ia32/lithium-codegen-ia32.cc
src/mips/lithium-codegen-mips.cc
src/mips64/lithium-codegen-mips64.cc
src/x64/lithium-codegen-x64.cc
src/x87/lithium-codegen-x87.cc