RESOLVED FIXED 180456
InferredType should not use UnconditionalFinalizer
https://bugs.webkit.org/show_bug.cgi?id=180456
Summary InferredType should not use UnconditionalFinalizer
Filip Pizlo
Reported 2017-12-05 16:25:43 PST
Patch forthcoming.
Attachments
it's a start (36.22 KB, patch)
2017-12-05 16:27 PST, Filip Pizlo
no flags
the patch (37.56 KB, patch)
2017-12-05 17:32 PST, Filip Pizlo
saam: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews115 for mac-elcapitan (1.88 MB, application/zip)
2017-12-05 18:41 PST, EWS Watchlist
no flags
patch for landing (38.07 KB, patch)
2017-12-05 19:08 PST, Filip Pizlo
no flags
Filip Pizlo
Comment 1 2017-12-05 16:27:10 PST
Created attachment 328523 [details] it's a start
Filip Pizlo
Comment 2 2017-12-05 17:32:49 PST
Created attachment 328538 [details] the patch
Saam Barati
Comment 3 2017-12-05 17:39:35 PST
Comment on attachment 328538 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=328538&action=review > Source/JavaScriptCore/runtime/InferredType.cpp:90 > + if (inferredType->m_structure) > + visitor.append(inferredType->m_structure); Doesn't append already do a null check for you?
Filip Pizlo
Comment 4 2017-12-05 17:42:25 PST
(In reply to Saam Barati from comment #3) > Comment on attachment 328538 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=328538&action=review > > > Source/JavaScriptCore/runtime/InferredType.cpp:90 > > + if (inferredType->m_structure) > > + visitor.append(inferredType->m_structure); > > Doesn't append already do a null check for you? Yeah you're right!
EWS Watchlist
Comment 5 2017-12-05 18:41:22 PST
Comment on attachment 328538 [details] the patch Attachment 328538 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/5508914 Number of test failures exceeded the failure limit.
EWS Watchlist
Comment 6 2017-12-05 18:41:23 PST
Created attachment 328543 [details] Archive of layout-test-results from ews115 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews115 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Filip Pizlo
Comment 7 2017-12-05 19:08:59 PST
Created attachment 328546 [details] patch for landing This fixes some crashes
Filip Pizlo
Comment 8 2017-12-09 11:48:26 PST
Radar WebKit Bug Importer
Comment 9 2017-12-09 11:49:26 PST
Note You need to log in before you can comment on or make changes to this bug.