Reviewers: ulan,

Description:
Arm64: Ensure that csp is always aligned to 16 byte values even if jssp is not.

Even although the Arm64 specification specifies that csp only needs to be
aligned to 16 bytes if it is dereferenced, some implementations show poor
performance if csp is every set to a non-aligned value. This CL ensures that csp is always aligned to 16 byte values and adds checks to ensure this in debug
mode.

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+65, -45 lines):
  M src/arm64/macro-assembler-arm64.h
  M src/arm64/macro-assembler-arm64.cc
  M src/arm64/macro-assembler-arm64-inl.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