commit | 65a01a7a751f0ec8c0cbb5650c25724e1df93826 | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Mon Dec 30 14:07:03 2019 -0800 |
committer | Hans Boehm <hboehm@google.com> | Fri Jan 03 21:40:59 2020 +0000 |
tree | dbcb8fda4295ed6a99a53b5064193627fccb7a75 | |
parent | 3d52abe40e619497b1b59cfce92c74b5a417add5 [diff] |
Simplify access_flags_ updates Simplify the code. Probably also results in trivial performance improvements. Use memory_order_relaxed consistently. Updates used stronger ordering, but readers didn't, which made little sense. Test: Build AOSP and boot. Change-Id: I87fe8537b497dd79b8e674b10263ae6b017c9236