diff options
author | Vladimir Marko <vmarko@google.com> | 2014-09-29 17:58:10 +0100 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2014-10-01 17:42:52 +0100 |
commit | fa23645319cca1f1c4a7c208f931820f6783b1a4 (patch) | |
tree | 4c9e535f1348968750f894066390520bf6a60b5c /compiler/optimizing/graph_visualizer.h | |
parent | cf447411f59a0cc34189ba486abea9c553151445 (diff) |
Quick: Fix LVN/GVN handling of acquire operations.
Acquire operations, i.e. MONITOR_ENTER and volatile GETs,
change the thread's view of the memory, so subsequent loads
must get new value names in LVN/GVN. Release operations do
not affect this thread's view of the memory, they the only
push the modifications for other threads to see.
Bug: 17689750
Change-Id: I9442d89b1d2c5252b99b02851b71bb85f871d734
Diffstat (limited to 'compiler/optimizing/graph_visualizer.h')
0 files changed, 0 insertions, 0 deletions