Description[crankshaft] Do not optimize argument access if any parameter is context-allocated.
Note: This CL might regress code that relies on such arguments access.
In that case, we could still optimize the access if it accesses at
constant index (and the argument at that index is not context-allocated).
If any code relies on a general access to context-allocated arguments,
we would need to analyze the function for assignment to the arguments - this
might be quite tricky.
BUG=chromium:662845
Committed: https://crrev.com/7f801ff35bfd8eac6fc0e64a1b12471ba90f7ad8
Cr-Commit-Position: refs/heads/master@{#40813}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|