| OLD | NEW |
| 1 2013-10-31: Version 3.22.24 |
| 2 |
| 3 Fixed uint32-to-smi conversion in Lithium. |
| 4 (Chromium issue 309623) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
| 1 2013-10-28: Version 3.22.23 | 9 2013-10-28: Version 3.22.23 |
| 2 | 10 |
| 3 Renamed deprecated __attribute__((no_address_safety_analysis)) to | 11 Renamed deprecated __attribute__((no_address_safety_analysis)) to |
| 4 __attribute__((no_sanitize_address)) (Chromium issue 311283) | 12 __attribute__((no_sanitize_address)) (Chromium issue 311283) |
| 5 | 13 |
| 6 Defined DEBUG for v8_optimized_debug=2 | 14 Defined DEBUG for v8_optimized_debug=2 |
| 7 | 15 |
| 8 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
| 9 | 17 |
| 10 | 18 |
| (...skipping 6152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6163 setting break points in them. | 6171 setting break points in them. |
| 6164 | 6172 |
| 6165 | 6173 |
| 6166 2008-07-03: Version 0.1.0 | 6174 2008-07-03: Version 0.1.0 |
| 6167 | 6175 |
| 6168 Initial export. | 6176 Initial export. |
| 6169 | 6177 |
| 6170 # Local Variables: | 6178 # Local Variables: |
| 6171 # mode:text | 6179 # mode:text |
| 6172 # End: | 6180 # End: |
| OLD | NEW |