Bug 188149
| Summary: | [Win] Use _mm_lfence for emitting lfence | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | New Bugs | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | karogyoker2+webkit |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
[Win] Use _mm_lfence for emitting lfence
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
karogyoker2+webkit
This might be opened in the security category, as currently no LFENCE is emitted at all in case of a Windows build.
karogyoker2+webkit
According to Filip Pizlo[1] emitting lfence is not needed so I think this bug can be closed as WONTFIX.
[1]: https://bugs.webkit.org/show_bug.cgi?id=188145#c16
Yusuke Suzuki
Now lfence is removed.