-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps backport 7c3748a from upstream V8 #10881
Conversation
cc @ofrobots |
That patch looks much better than it needs to. I am not sure why github is displaying the patch so strangely at v8/v8@7c3748a. If you look at the patch in the code review upstream https://codereview.chromium.org/2045863002 (direct link to patch) it doesn't include any of the e.g. I think you should apply the upstream patch. |
7889580
to
6c5f9db
Compare
@ofrobots updated |
6c5f9db
to
df1783c
Compare
Original commit message: load correct stack slot for frame details. [email protected] BUG=v8:5071 Review URL: https://codereview.chromium.org/2045863002 . Cr-Commit-Position: refs/heads/master@{nodejs#36769}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Original commit message: load correct stack slot for frame details. [email protected] BUG=v8:5071 Review URL: https://codereview.chromium.org/2045863002 . Cr-Commit-Position: refs/heads/master@{#36769} PR-URL: #10881 Reviewed-By: Myles Borins <[email protected]>
landed in f3b7408 |
Original commit message: load correct stack slot for frame details. [email protected] BUG=v8:5071 Review URL: https://codereview.chromium.org/2045863002 . Cr-Commit-Position: refs/heads/master@{#36769} PR-URL: #10881 Reviewed-By: Myles Borins <[email protected]>
Original commit message: load correct stack slot for frame details. [email protected] BUG=v8:5071 Review URL: https://codereview.chromium.org/2045863002 . Cr-Commit-Position: refs/heads/master@{#36769} PR-URL: #10881 Reviewed-By: Myles Borins <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
deps
V8 commit:
v8/v8@7c3748a
Description of change:
Backport of bugfix from upstream V8
Original commit message:
load correct stack slot for frame details.
R=[email protected]
BUG=v8:5071
Review URL: https://codereview.chromium.org/2045863002 .
Cr-Commit-Position: refs/heads/master@{#36769}