Description[turbofan] Maintain the invariant to never inline cross native context.
In the JSCallReducer we'd inline certain builtins like the Array
constructor or Function builtins across native contexts, which at
this point should be mostly safe, but might lead to cross context
leaks in the future (as it's not obvious that the JSCallReducer)
doesn't maintain this invariant. So better safe than sorry.
R=yangguo@chromium.org
BUG=v8:5267
Review-Url: https://codereview.chromium.org/2651133002
Cr-Commit-Position: refs/heads/master@{#42643}
Committed: https://chromium.googlesource.com/v8/v8/+/9a8e269a23a534bd58304ed9cbdfa6930d7b36e8
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|