commit | 8d87dc0c2995a4e1eb5bb889372bc7efe218c3a4 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Oct 25 20:39:06 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Oct 25 20:39:06 2009 +0000 |
tree | fa3fbf8a86ee19255c802b74d1523a2d4ce25173 | |
parent | f1ca811abb26b9ade70cb80ddc2dc8ed89b330b3 [diff] |
Issue #1087418: Small performance boost for bitwise operations on longs. Initial patch by Gregory Smith; some tweaks added.