commit | e7eee01f3697835d168f82357a6a97d7ca40d99a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 05 13:44:34 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 05 13:44:34 2012 +0200 |
tree | c4b8154a67af64071f766cc50dd75b1a4bed8c92 | |
parent | 20bbf54f5ee53b20fa22d0eb2e957f88ac927331 [diff] |
Close #14249: Use an union instead of a long to short pointer to avoid aliasing issue. Speed up UTF-16 by 20%.