[turbofan] Support handling of default super calls.
authormstarzinger <mstarzinger@chromium.org>
Mon, 20 Jul 2015 13:50:19 +0000 (06:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Jul 2015 13:50:26 +0000 (13:50 +0000)
commit37c2094e8c956e4ef816e7de1a2da9db78e5623d
tree0dc7504015a0692664fe9837f05cfff73583022f
parentfa94ca3ea422bbdc5a2b0d2ad42f7438456a95a9
[turbofan] Support handling of default super calls.

This implements the missing %DefaultConstructorCallSuper runtime
functionality, thereby allowing all compilers to fall-back to that
implementation when the appropriate intrinsic is missing.

R=rossberg@chromium.org

Review URL: https://codereview.chromium.org/1240993002

Cr-Commit-Position: refs/heads/master@{#29753}
src/bootstrapper.cc
src/compiler/ast-graph-builder.cc
src/compiler/linkage.cc
src/runtime/runtime-classes.cc