X87: Remove frame pointer from StackHandler.
authorchunyang.dai <chunyang.dai@intel.com>
Mon, 23 Mar 2015 09:23:04 +0000 (02:23 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Mar 2015 09:23:15 +0000 (09:23 +0000)
commitc1cf472f8cd16e827d6c95f7a045f689bcac7be7
treecd23885aa382499643397c0a3c6b9f44783f7308
parent113037d9f32d70602ab79a5d1b75c949a89ac49d
X87: Remove frame pointer from StackHandler.

port 36e69a916f2a88664887d2b62f0eaf8400edb182 (r27115)

original commit message:

 This reduces the size of the StackHandler by yet another word. We no
 longer need to keep track of the frame pointer, as the stack walk will
 be able to recalculate it.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#27357}
src/x87/macro-assembler-x87.cc