commit | 24c080f628e7df51460332374f4ebcae2762d155 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue Jul 06 14:04:30 2021 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed Jul 07 08:01:57 2021 +0000 |
tree | cbb0231518ce4afc94310b13edb1b87e5f14600b | |
parent | 4dc6589f392d46800a3b64625245bdfe4bbbfc2f [diff] |
Remove locking from `Transaction`. Multi-threaded execution of transaction has never been fully supported, so remove the unnecessary locking as it is pure overhead. (And implementing it would require a lot of effort on transactions interfering with each other.) Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 181943478 Change-Id: Ibdbc335738d34ea1398f50f0cc763f3b3f5838b9