commit | aaa42f77dbf312ff6c3c15abd8bfa059eeb0d3b1 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Oct 25 20:50:18 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Oct 25 20:50:18 2009 +0000 |
tree | c75e98aacbbd7408a1babbc72637d7ab22520484 | |
parent | 83efa5b93676e436a2954382c771ecbf00d8c112 [diff] |
Blocked revisions 75697 via svnmerge ........ r75697 | mark.dickinson | 2009-10-25 20:39:06 +0000 (Sun, 25 Oct 2009) | 3 lines Issue #1087418: Small performance boost for bitwise operations on longs. Initial patch by Gregory Smith; some tweaks added. ........