Bug 224920

Summary: [JSC] Remove exception checks from non-throwing function calls in Baseline JIT
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 224952, 224964    
Bug Blocks:    
Attachments:
Description Flags
Patch tzagallo: review+

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>