Reviewers: Yang,

Description:
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.

[email protected]

Please review this at https://codereview.chromium.org/991893003/

Base URL: https://chromium.googlesource.com/v8/v8.git@local_stack-handler-1

Affected files (+24, -96 lines):
  M src/arm/frames-arm.h
  M src/arm/macro-assembler-arm.cc
  M src/arm64/frames-arm64.h
  M src/arm64/macro-assembler-arm64.cc
  M src/frames.h
  M src/frames.cc
  M src/frames-inl.h
  M src/ia32/frames-ia32.h
  M src/ia32/macro-assembler-ia32.cc
  M src/isolate.cc
  M src/mips/frames-mips.h
  M src/mips64/frames-mips64.h
  M src/ppc/frames-ppc.h
  M src/x64/frames-x64.h
  M src/x64/macro-assembler-x64.cc
  M src/x87/frames-x87.h


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to