[Webkit-unassigned] [Bug 229543] [JSC] ASSERT failed in stress/for-in-tests.js (32bit)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 06:45:35 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229543

--- Comment #4 from Xan Lopez <xan.lopez at gmail.com> ---
Created attachment 437864

  --> https://bugs.webkit.org/attachment.cgi?id=437864&action=review

WIP

WIP. Implement a generic call op for enumeratorGetByVal that just calls the slow path, and use it on 32bit. There's a ugly hack (passing the metadata pointer to the slow path method) to be able to reuse easily the code, since this is just for testing. Seems to get rid of a lot of failures without introducing a ton of new regressions (like the previous attempt).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210910/1b5a7083/attachment.htm>


More information about the webkit-unassigned mailing list