OLD | NEW |
---|---|
1 2013-10-22: Version 3.22.18 | |
2 | |
3 Add tool to visualize machine code/lithium. | |
Michael Starzinger
2013/10/22 07:59:24
s/Add/Added/
| |
4 | |
5 Handle misaligned loads and stores in load elimination. Do not track | |
6 misaligned loads and be conservative about invalidating misaligned | |
7 stores. (issue 2934) | |
8 | |
9 Performance and stability improvements on all platforms. | |
10 | |
11 | |
1 2013-10-21: Version 3.22.17 | 12 2013-10-21: Version 3.22.17 |
2 | 13 |
3 Harmony: Implement Math.trunc and Math.sign. (issue 2938) | 14 Harmony: Implement Math.trunc and Math.sign. (issue 2938) |
4 | 15 |
5 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
6 | 17 |
7 | 18 |
8 2013-10-21: Version 3.22.16 | 19 2013-10-21: Version 3.22.16 |
9 | 20 |
10 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
(...skipping 6095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6106 setting break points in them. | 6117 setting break points in them. |
6107 | 6118 |
6108 | 6119 |
6109 2008-07-03: Version 0.1.0 | 6120 2008-07-03: Version 0.1.0 |
6110 | 6121 |
6111 Initial export. | 6122 Initial export. |
6112 | 6123 |
6113 # Local Variables: | 6124 # Local Variables: |
6114 # mode:text | 6125 # mode:text |
6115 # End: | 6126 # End: |
OLD | NEW |