| OLD | NEW |
| 1 2013-10-28: Version 3.22.23 |
| 2 |
| 3 Renamed deprecated __attribute__((no_address_safety_analysis)) to |
| 4 __attribute__((no_sanitize_address)) (Chromium issue 311283) |
| 5 |
| 6 Defined DEBUG for v8_optimized_debug=2 |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
| 1 2013-10-25: Version 3.22.22 | 11 2013-10-25: Version 3.22.22 |
| 2 | 12 |
| 3 Record allocation stack traces. (Chromium issue 277984,v8:2949) | 13 Record allocation stack traces. (Chromium issue 277984,v8:2949) |
| 4 | 14 |
| 5 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
| 6 | 16 |
| 7 | 17 |
| 8 2013-10-24: Version 3.22.21 | 18 2013-10-24: Version 3.22.21 |
| 9 | 19 |
| 10 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
| (...skipping 6142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6153 setting break points in them. | 6163 setting break points in them. |
| 6154 | 6164 |
| 6155 | 6165 |
| 6156 2008-07-03: Version 0.1.0 | 6166 2008-07-03: Version 0.1.0 |
| 6157 | 6167 |
| 6158 Initial export. | 6168 Initial export. |
| 6159 | 6169 |
| 6160 # Local Variables: | 6170 # Local Variables: |
| 6161 # mode:text | 6171 # mode:text |
| 6162 # End: | 6172 # End: |
| OLD | NEW |