WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
205571
[JSC] Wasm OSR entry should capture top-most enclosing-stack
https://bugs.webkit.org/show_bug.cgi?id=205571
Summary
[JSC] Wasm OSR entry should capture top-most enclosing-stack
Yusuke Suzuki
Reported
2019-12-23 15:42:34 PST
<
rdar://problem/58137399
>
Attachments
Patch
(9.24 KB, patch)
2019-12-23 16:26 PST
,
Yusuke Suzuki
keith_miller
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2019-12-23 16:26:42 PST
Created
attachment 386366
[details]
Patch
Keith Miller
Comment 2
2019-12-23 17:08:51 PST
Comment on
attachment 386366
[details]
Patch r=me
Yusuke Suzuki
Comment 3
2019-12-23 17:11:20 PST
Committed
r253895
: <
https://trac.webkit.org/changeset/253895
>
Saam Barati
Comment 4
2019-12-30 12:54:52 PST
Comment on
attachment 386366
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=386366&action=review
> Source/JavaScriptCore/ChangeLog:8 > + OSR entry should capture the top-most enclosing-stack too.
what is top-most here? The first thing to pop off the stack, or the last?
Yusuke Suzuki
Comment 5
2020-01-02 10:55:50 PST
Comment on
attachment 386366
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=386366&action=review
>> Source/JavaScriptCore/ChangeLog:8 >> + OSR entry should capture the top-most enclosing-stack too. > > what is top-most here? The first thing to pop off the stack, or the last?
Stack-top ones, the first thing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug