commit | 6e293c814de02a6feb9e6db7b0dd970a2ec3a4e9 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Apr 09 09:11:18 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Apr 09 09:11:18 2015 -0700 |
tree | 0fab1104bc09caeb52afe665739bf117010ec9af | |
parent | 6c6adf11b12a3529d87587445c1ce82c0dfdbf8c [diff] |
Subzero: Deterministically sort constant pool entries. Otherwise, constant pools are emitted in hash table order, which can vary across systems. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4129 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/1069453003