RESOLVED FIXED Bug 169705
[jsc] Add MacroAssemblerMIPS::storeFence()
https://bugs.webkit.org/show_bug.cgi?id=169705
Summary [jsc] Add MacroAssemblerMIPS::storeFence()
Guillaume Emont
Reported 2017-03-15 15:36:40 PDT
Part of my ongoing series uploading my patches that make MIPS work again.
Attachments
Patch (1.51 KB, patch)
2017-03-15 15:43 PDT, Guillaume Emont
no flags
Patch (2.13 KB, patch)
2017-03-22 17:58 PDT, Guillaume Emont
no flags
Archive of layout-test-results from ews112 for mac-elcapitan (1.87 MB, application/zip)
2017-03-22 19:02 PDT, Build Bot
no flags
Guillaume Emont
Comment 1 2017-03-15 15:43:19 PDT
Created attachment 304565 [details] Patch The patch. We use sync with no parameters because I could not find a lighter option that would be a proper store fence. I think we could explore the idea of using SYNC_MB for both memoryFence() and storeFence() in the future though.
Yusuke Suzuki
Comment 2 2017-03-21 17:20:55 PDT
Comment on attachment 304565 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304565&action=review r=me with comments. > Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h:2973 > + { Could you add a FIXME and comment about SYNC_MB thing? And in FIXME, adding opened issue URL(in bugzilla) is desireable.
Guillaume Emont
Comment 3 2017-03-22 17:58:52 PDT
Created attachment 305147 [details] Patch New version adding a FIXME with a link to https://bugs.webkit.org/show_bug.cgi?id=169984. The FIXME was added to MIPSAssembler::sync() as it is the common denominator for the issue, which likely affects both memoryFence() and storeFence() in the same way.
Build Bot
Comment 4 2017-03-22 19:02:42 PDT
Comment on attachment 305147 [details] Patch Attachment 305147 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/3391157 New failing tests: media/video-main-content-autoplay.html
Build Bot
Comment 5 2017-03-22 19:02:45 PDT
Created attachment 305153 [details] Archive of layout-test-results from ews112 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews112 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Guillaume Emont
Comment 6 2017-03-22 23:34:50 PDT
(In reply to Build Bot from comment #4) > Comment on attachment 305147 [details] > Patch > > Attachment 305147 [details] did not pass mac-debug-ews (mac): > Output: http://webkit-queues.webkit.org/results/3391157 > > New failing tests: > media/video-main-content-autoplay.html I think we can safely assume this failure is unrelated with my patch?
Yusuke Suzuki
Comment 7 2017-03-23 01:56:03 PDT
(In reply to Guillaume Emont from comment #6) > (In reply to Build Bot from comment #4) > > Comment on attachment 305147 [details] > > Patch > > > > Attachment 305147 [details] did not pass mac-debug-ews (mac): > > Output: http://webkit-queues.webkit.org/results/3391157 > > > > New failing tests: > > media/video-main-content-autoplay.html > > I think we can safely assume this failure is unrelated with my patch? I believe so.
WebKit Commit Bot
Comment 8 2017-03-23 02:25:09 PDT
Comment on attachment 305147 [details] Patch Clearing flags on attachment: 305147 Committed r214300: <http://trac.webkit.org/changeset/214300>
WebKit Commit Bot
Comment 9 2017-03-23 02:25:13 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.