c360c6a1d0
Introduces ThrowReferenceErrorIfHole / ThrowSuperNotCalledIfHole / ThrowSuperAlreadyCalledIfNotHole bytecodes to handle hole checks. In the bytecode-graph builder they are handled by introducing a deopt point instead of adding explicit control flow. JumpIfNotHole / JumpIfNotHoleConstant bytecodes are removed since they are no longer required. Bug: v8:4280, v8:6383 Change-Id: I58b70c556b0ffa30e41a0cd44016874c3e9c5fe1 Reviewed-on: https://chromium-review.googlesource.com/509613 Commit-Queue: Mythri Alle <mythria@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#45720} |
||
---|---|---|
.. | ||
dead-code-source-position.js | ||
ignition-statistics-extension.js | ||
optimized-stack-trace.js | ||
osr-from-bytecode.js | ||
osr-from-generator.js | ||
regress-597565-double-to-object-transition.js | ||
regress-599001-verifyheap.js | ||
regress-612386-smi-to-double-transition.js | ||
regress-616064.js | ||
regress-629792-source-position-on-jump.js | ||
regress-662418.js | ||
regress-664146.js | ||
regress-672027.js | ||
stack-trace-source-position.js | ||
throw-if-hole.js | ||
throw-if-not-hole.js | ||
throw-super-not-called.js | ||
tracing.js |