Description[turbofan] Make the inlining heuristic deterministic.
Don't sort inline candidates by comparing Node pointers, where the order
depends on the allocation order and the concrete Zone memory layout at
runtime. Instead sort based on NodeId, which is deterministic.
R=mvstanton@chromium.org
BUG=v8:5267
Committed: https://crrev.com/ae9a39b010ff74759439d3084e99a6b809085151
Cr-Commit-Position: refs/heads/master@{#39371}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|