RESOLVED FIXED 212538
We need to properly model heap ranges of Delete in DFG/B3
https://bugs.webkit.org/show_bug.cgi?id=212538
Summary We need to properly model heap ranges of Delete in DFG/B3
Saam Barati
Reported 2020-05-29 12:01:58 PDT
...
Attachments
patch (13.02 KB, patch)
2020-05-29 12:59 PDT, Saam Barati
fpizlo: review+
patch for landing (12.81 KB, patch)
2020-05-29 15:01 PDT, Saam Barati
no flags
Saam Barati
Comment 1 2020-05-29 12:02:27 PDT
Saam Barati
Comment 2 2020-05-29 12:59:15 PDT
Filip Pizlo
Comment 3 2020-05-29 14:29:29 PDT
Comment on attachment 400607 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=400607&action=review R=me with comment. > Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.h:159 > + macro(JSCell_header_and_named_properties, 0) \ This should be an abstract heap, not an abstract field, since the offset is not meaningful.
Saam Barati
Comment 4 2020-05-29 14:36:02 PDT
Comment on attachment 400607 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=400607&action=review >> Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.h:159 >> + macro(JSCell_header_and_named_properties, 0) \ > > This should be an abstract heap, not an abstract field, since the offset is not meaningful. Thanks. Will fix.
Saam Barati
Comment 5 2020-05-29 15:01:20 PDT
Created attachment 400624 [details] patch for landing
EWS
Comment 6 2020-05-29 21:39:40 PDT
Committed r262338: <https://trac.webkit.org/changeset/262338> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400624 [details].
Note You need to log in before you can comment on or make changes to this bug.