RESOLVED INVALID 210667
[JSC] We do not need to have exit-check for Map/Set iterator functions
https://bugs.webkit.org/show_bug.cgi?id=210667
Summary [JSC] We do not need to have exit-check for Map/Set iterator functions
Yusuke Suzuki
Reported 2020-04-17 13:13:56 PDT
[JSC] We do not need to have exit-check for Map/Set iterator functions
Attachments
Patch (2.13 KB, patch)
2020-04-17 13:16 PDT, Yusuke Suzuki
msaboff: review+
Yusuke Suzuki
Comment 1 2020-04-17 13:16:21 PDT
Michael Saboff
Comment 2 2020-04-17 13:52:18 PDT
Comment on attachment 396788 [details] Patch r=me
Yusuke Suzuki
Comment 3 2020-04-17 14:03:13 PDT
Radar WebKit Bug Importer
Comment 4 2020-04-17 14:04:14 PDT
Saam Barati
Comment 5 2020-04-17 15:53:38 PDT
Comment on attachment 396788 [details] Patch But throwing an exception is something the compiler can handle. Exitting always will pessimize the code to a lower tier
Yusuke Suzuki
Comment 6 2020-04-17 15:59:22 PDT
(In reply to Saam Barati from comment #5) > Comment on attachment 396788 [details] > Patch > > But throwing an exception is something the compiler can handle. Exitting > always will pessimize the code to a lower tier Oh, interesting. So maybe we should keep this thing.
WebKit Commit Bot
Comment 7 2020-04-17 16:00:28 PDT
Re-opened since this is blocked by bug 210678
Note You need to log in before you can comment on or make changes to this bug.