Reviewers: ulan, bmeurer-g,

https://codereview.chromium.org/536923002/diff/1/src/arm64/simulator-arm64.cc
File src/arm64/simulator-arm64.cc (right):

https://codereview.chromium.org/536923002/diff/1/src/arm64/simulator-arm64.cc#newcode1503
src/arm64/simulator-arm64.cc:1503: case STR_d:
MemoryWrite<double>(address, dreg(srcdst)); break;
`git cl format` doesn't like these one-line cases. I think it looks much
tidier this way. Should I follow git-cl-format strictly, or override it
to allow one-line cases?

Description:
ARM64: Use templates for simulated memory accesses.

This cleans up the memory interface somewhat, and also avoids a memcpy
call that the compiler can't optimise away.

BUG=

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

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

Affected files (+71, -149 lines):
  M src/arm64/simulator-arm64.h
  M src/arm64/simulator-arm64.cc


--
--
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