Remove frame pointer from StackHandler.
authormstarzinger <mstarzinger@chromium.org>
Tue, 10 Mar 2015 15:56:15 +0000 (08:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Mar 2015 15:56:27 +0000 (15:56 +0000)
commit36e69a916f2a88664887d2b62f0eaf8400edb182
treecdee6e9df3517e15f18392253fcbe67cac587e6c
parenta925f3f4784f8318f69a201a6b44aa94f97e4ba3
Remove frame pointer from StackHandler.

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.

R=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27115}
16 files changed:
src/arm/frames-arm.h
src/arm/macro-assembler-arm.cc
src/arm64/frames-arm64.h
src/arm64/macro-assembler-arm64.cc
src/frames-inl.h
src/frames.cc
src/frames.h
src/ia32/frames-ia32.h
src/ia32/macro-assembler-ia32.cc
src/isolate.cc
src/mips/frames-mips.h
src/mips64/frames-mips64.h
src/ppc/frames-ppc.h
src/x64/frames-x64.h
src/x64/macro-assembler-x64.cc
src/x87/frames-x87.h