X87: Externalize deoptimization reasons.
authorchunyang.dai <chunyang.dai@intel.com>
Mon, 9 Feb 2015 14:10:07 +0000 (06:10 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 9 Feb 2015 14:10:17 +0000 (14:10 +0000)
commitebb77c37ed78964470e41ea6a0886dd720b7ac98
tree31cdc5ecd816a8b4613f11b67a879cb968736bf3
parent215e6bcb0033dc1f50948d862c8d3dbce11cf96c
X87:  Externalize deoptimization reasons.

port 2491a639bf46da4bfdcf65329305ee3053aa5fec (r26463)

original commit message:

   Externalize deoptimization reasons.
   1) The hardcoded strings were converted into DeoptReason enum.

   2) Deopt comment were converted into a pair location and deopt reason entries so
      the deopt reason tracking mode would less affect the size of the RelocInfo table and heap.

   3) DeoptReason entry in RelocInfo reuses kCommentTag value and generates short entry in RelocInfo table.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26526}
src/x87/assembler-x87.cc
src/x87/assembler-x87.h
src/x87/lithium-codegen-x87.cc
src/x87/lithium-codegen-x87.h