Bug 194460 - B3LowerMacros wrongly sets m_changed to true in the case of AtomicWeakCAS on x86
Summary: B3LowerMacros wrongly sets m_changed to true in the case of AtomicWeakCAS on x86
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robin Morisset
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-08 15:42 PST by Robin Morisset
Modified: 2019-02-08 16:23 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.71 KB, patch)
2019-02-08 15:46 PST, Robin Morisset
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Morisset 2019-02-08 15:42:41 PST
This is not a serious problem, but may lead to unnecessary calls to m_proc.resetReachability(); m_proc.invalidateCFG();
Comment 1 Robin Morisset 2019-02-08 15:46:22 PST
Created attachment 361546 [details]
Patch
Comment 2 Mark Lam 2019-02-08 15:52:47 PST
Comment on attachment 361546 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-02-08 16:22:03 PST
Comment on attachment 361546 [details]
Patch

Clearing flags on attachment: 361546

Committed r241217: <https://trac.webkit.org/changeset/241217>
Comment 4 WebKit Commit Bot 2019-02-08 16:22:04 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-02-08 16:23:34 PST
<rdar://problem/47934098>