OLD | NEW |
---|---|
1 2013-10-23: Version 3.22.19 | |
2 | |
3 Fix materialization of captured objects with field tracking. | |
Jakob Kummerow
2013/10/23 07:01:49
DBC: past tense please!
| |
4 (Chromium issue 298990) | |
5 | |
6 Performance and stability improvements on all platforms. | |
7 | |
8 | |
1 2013-10-22: Version 3.22.18 | 9 2013-10-22: Version 3.22.18 |
2 | 10 |
3 Add tool to visualize machine code/lithium. | 11 Add tool to visualize machine code/lithium. |
4 | 12 |
5 Handle misaligned loads and stores in load elimination. Do not track | 13 Handle misaligned loads and stores in load elimination. Do not track |
6 misaligned loads and be conservative about invalidating misaligned | 14 misaligned loads and be conservative about invalidating misaligned |
7 stores. (issue 2934) | 15 stores. (issue 2934) |
8 | 16 |
9 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
10 | 18 |
(...skipping 6106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6117 setting break points in them. | 6125 setting break points in them. |
6118 | 6126 |
6119 | 6127 |
6120 2008-07-03: Version 0.1.0 | 6128 2008-07-03: Version 0.1.0 |
6121 | 6129 |
6122 Initial export. | 6130 Initial export. |
6123 | 6131 |
6124 # Local Variables: | 6132 # Local Variables: |
6125 # mode:text | 6133 # mode:text |
6126 # End: | 6134 # End: |
OLD | NEW |