-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland "[ignition] Fast construct calls"
This is a reland of commit b2bb565 Stack overflow checks happens before we create a frame. We should tailcall to the runtime instead of a call (x64 was already doing it). Original change's description: > [ignition] Fast construct calls > > We create a new interpreter builtin that pushes the arguments to > the stack only once. > > Bug: v8:14192 > > Change-Id: I906246e8bb9d0f10dd9b1c703a72a767b20944cd > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4701010 > Reviewed-by: Igor Sheludko <ishell@chromium.org> > Commit-Queue: Victor Gomes <victorgomes@chromium.org> > Cr-Commit-Position: refs/heads/main@{#89133} Bug: v8:14192 Change-Id: I576b1a4f157cbee2ae7587ddd11e4c1fe71c5f90 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4710611 Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#89143}
- Loading branch information
1 parent
bbb7a75
commit a4c0940
Showing
14 changed files
with
760 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.