Description[turbofan] Do constant-folding of JSHasInPrototypeChain early.
We need to constant-fold JSHasInPrototypeChain nodes early during
inlining, otherwise we already miss a couple of optimization
opportunities if we wait until after typing. This moves the
constant-folding part of the JSHasInPrototypeChain lowering back to
JSNativeContextSpecialization, where it was before the changes in
https://codereview.chromium.org/2934893002 (part of
JSOrdinaryHasInstance lowering back then).
BUG=v8:5269, v8:5989, v8:6483, chromium:733158
R=jgruber@chromium.org
Review-Url: https://codereview.chromium.org/2943293002
Cr-Commit-Position: refs/heads/master@{#45989}
Committed: https://chromium.googlesource.com/v8/v8/+/53b6f2767416f2a6dd539618831ffedbdfd540c8
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|