Description[csa] micro-optimization of Allocation
Instead of loading the address both the limit and top pointers, rely on the
property that the limit pointer is always directly after the top pointer so that
it can be loaded with the limit pointer's address plus a fixed offset.
This generates smaller code and reduces the number of registers required by the
allocation sequence by one.
LOG=N
R=epertoso@chromium.org
Review-Url: https://codereview.chromium.org/2605043002
Cr-Commit-Position: refs/heads/master@{#41975}
Committed: https://chromium.googlesource.com/v8/v8/+/133b8dfa198d9a340a160e08001e8857a63b74f9
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|