commit | 14e31284e771c53cce32b9ceecbde30faaaaf6ed | [log] [tgz] |
---|---|---|
author | Bill Buzbee <buzbee@google.com> | Fri Mar 05 10:56:37 2010 -0800 |
committer | Bill Buzbee <buzbee@google.com> | Fri Mar 05 10:56:37 2010 -0800 |
tree | 7d905dc19523645e1357054b1dab4a7d3a805459 | |
parent | 9720b13a5db722c4304d396f7ebf202b683ae5b8 [diff] |
Jit: Fix for issue 2487769, Simplify in-line thin lock release The Jit was using ldrex/strex to clear an owned thin lock in the fast path. This was not necessary - an integer store works and is much faster.