Description[stubs] Micro optimizations to CodeAssember's allocation path
Now that the GC team has landed the appropriate changes to ensure that the top
page of the address space is never used for allocation, the inlined fast-case
allocation path in the CodeAssembler can be micro-optimized to an add to top
followed by an unsigned compare to limit, eliding a no-longer-needed overflow
check.
Committed: https://crrev.com/757d82eec5d27f5bf320d857f02e2fb27af6aa63
Cr-Commit-Position: refs/heads/master@{#35830}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|