[JSC] We do not need to have exit-check for Map/Set iterator functions
Created attachment 396788 [details] Patch
Comment on attachment 396788 [details] Patch r=me
Committed r260279: <https://trac.webkit.org/changeset/260279>
<rdar://problem/61949524>
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
(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.
Re-opened since this is blocked by bug 210678