Description[runtime] Remove obsolete %Apply and %TailCall runtime entries.
The %TailCall runtime entry and the %_TailCall intrinsic is not used,
and will never be used (because %TailCall doesn't actually do a tail
call). We will soon have proper ES6 tail calls, which are correct and
properly tested.
The %Apply runtime entry is basically a super-slow, less correct version
of Reflect.apply, so we can as well just use Reflect.apply, which is
exposed to builtins via %reflect_apply.
R=ishell@chromium.org
Committed: https://crrev.com/7f11fba720dd82d3b605f9f58e7180a1fc760421
Cr-Commit-Position: refs/heads/master@{#34317}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|