Bug 224920 - [JSC] Remove exception checks from non-throwing function calls in Baseline JIT
Summary: [JSC] Remove exception checks from non-throwing function calls in Baseline JIT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on: 224952 224964
Blocks:
  Show dependency treegraph
 
Reported: 2021-04-22 01:51 PDT by Yusuke Suzuki
Modified: 2021-05-19 15:13 PDT (History)
8 users (show)

See Also:


Attachments
Patch (10.43 KB, patch)
2021-04-22 01:52 PDT, Yusuke Suzuki
tzagallo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2021-04-22 01:51:12 PDT
[JSC} Remove exception checks from non-throwing function calls in Baseline JIT
Comment 1 Yusuke Suzuki 2021-04-22 01:52:01 PDT
Created attachment 426790 [details]
Patch
Comment 2 Tadeu Zagallo 2021-04-22 07:14:20 PDT
Comment on attachment 426790 [details]
Patch

r=me
Comment 3 Yusuke Suzuki 2021-04-22 10:46:25 PDT
Comment on attachment 426790 [details]
Patch

Thanks
Comment 4 EWS 2021-04-22 11:42:40 PDT
Tools/Scripts/svn-apply failed to apply attachment 426790 [details] to trunk.
Please resolve the conflicts and upload a new patch.
Comment 5 Yusuke Suzuki 2021-04-22 13:17:29 PDT
Committed r276456 (236916@main): <https://commits.webkit.org/236916@main>
Comment 6 WebKit Commit Bot 2021-04-22 15:06:30 PDT
Re-opened since this is blocked by bug 224952
Comment 7 Yusuke Suzuki 2021-04-22 15:08:02 PDT
Windows-specific crash is happening.
Comment 8 Radar WebKit Bug Importer 2021-04-22 15:57:01 PDT
<rdar://problem/77042600>
Comment 9 Yusuke Suzuki 2021-05-19 14:55:57 PDT
Now, Windows problem is fixed, let's land it.
Comment 10 Yusuke Suzuki 2021-05-19 15:13:28 PDT
Committed r277757 (237922@main): <https://commits.webkit.org/237922@main>