OLD | NEW |
| 1 2013-11-15: Version 3.23.5 |
| 2 |
| 3 Fixed missing type feedback check for Generic*String addition. |
| 4 (Chromium issue 318671) |
| 5 |
| 6 Fixed duplicate check in DependentCode::Insert. |
| 7 (Chromium issue 318454) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2013-11-14: Version 3.23.4 | 12 2013-11-14: Version 3.23.4 |
2 | 13 |
3 Fixed overflow in TypedArray initialization function. | 14 Fixed overflow in TypedArray initialization function. |
4 (Chromium issue 319120) | 15 (Chromium issue 319120) |
5 | 16 |
6 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
7 | 18 |
8 | 19 |
9 2013-11-13: Version 3.23.3 | 20 2013-11-13: Version 3.23.3 |
10 | 21 |
(...skipping 6215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6226 setting break points in them. | 6237 setting break points in them. |
6227 | 6238 |
6228 | 6239 |
6229 2008-07-03: Version 0.1.0 | 6240 2008-07-03: Version 0.1.0 |
6230 | 6241 |
6231 Initial export. | 6242 Initial export. |
6232 | 6243 |
6233 # Local Variables: | 6244 # Local Variables: |
6234 # mode:text | 6245 # mode:text |
6235 # End: | 6246 # End: |
OLD | NEW |