RESOLVED FIXED 180771
Take a value driven approach to how we emit structure checks in TypeCheckHoistingPhase to obviate the need for static_assert guards
https://bugs.webkit.org/show_bug.cgi?id=180771
Summary Take a value driven approach to how we emit structure checks in TypeCheckHois...
Saam Barati
Reported 2017-12-13 15:15:54 PST
We can just check the condition we care about instead of knowing the condition to be true on 64 bit.
Attachments
patch (2.55 KB, patch)
2017-12-13 15:17 PST, Saam Barati
no flags
Saam Barati
Comment 1 2017-12-13 15:17:49 PST
JF Bastien
Comment 2 2017-12-13 15:33:48 PST
Comment on attachment 329266 [details] patch r=me
WebKit Commit Bot
Comment 3 2017-12-13 16:32:02 PST
Comment on attachment 329266 [details] patch Clearing flags on attachment: 329266 Committed r225880: <https://trac.webkit.org/changeset/225880>
WebKit Commit Bot
Comment 4 2017-12-13 16:32:03 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2017-12-13 16:33:47 PST
Note You need to log in before you can comment on or make changes to this bug.