RESOLVED FIXED 153972
Make sure that locking code that relies on module boundaries for compiler fences uses NEVER_INLINE
https://bugs.webkit.org/show_bug.cgi?id=153972
Summary Make sure that locking code that relies on module boundaries for compiler fen...
Filip Pizlo
Reported 2016-02-07 21:28:37 PST
...
Attachments
the patch (4.12 KB, patch)
2016-02-07 21:59 PST, Filip Pizlo
kling: review+
Filip Pizlo
Comment 1 2016-02-07 21:29:14 PST
One example is the locking code. I don't know what would happen if the locking slow paths were inlined, and the compiler could "see" the locking code at a lock acquisition site.
Filip Pizlo
Comment 2 2016-02-07 21:59:36 PST
Created attachment 270842 [details] the patch
Filip Pizlo
Comment 3 2016-02-08 10:58:27 PST
Note You need to log in before you can comment on or make changes to this bug.