OLD | NEW |
| 1 2013-05-31: Version 3.19.7 |
| 2 |
| 3 Added support for //# sourceURL similar to deprecated //@ sourceURL one. |
| 4 (issue 2702) |
| 5 |
| 6 Made sure IfBuilder::Return clears the current block. |
| 7 (Chromium issue 243868) |
| 8 |
| 9 Fixed two CPU profiler tests on ARM and MIPS simulators |
| 10 (issue 2628) |
| 11 |
| 12 Fixed idle incremental GC for large objects. |
| 13 (Chromium issue 241815) |
| 14 |
| 15 Disabled --optimize-constructed-arrays due to crashes |
| 16 (Chromium issue 244461) |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
1 2013-05-28: Version 3.19.6 | 21 2013-05-28: Version 3.19.6 |
2 | 22 |
3 Fixed IfBuilder::Deopt to clear the current block | 23 Fixed IfBuilder::Deopt to clear the current block |
4 (Chromium issue 243868). | 24 (Chromium issue 243868). |
5 | 25 |
6 Performance and stability improvements on all platforms. | 26 Performance and stability improvements on all platforms. |
7 | 27 |
8 | 28 |
9 2013-05-27: Version 3.19.5 | 29 2013-05-27: Version 3.19.5 |
10 | 30 |
(...skipping 5406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5417 setting break points in them. | 5437 setting break points in them. |
5418 | 5438 |
5419 | 5439 |
5420 2008-07-03: Version 0.1.0 | 5440 2008-07-03: Version 0.1.0 |
5421 | 5441 |
5422 Initial export. | 5442 Initial export. |
5423 | 5443 |
5424 # Local Variables: | 5444 # Local Variables: |
5425 # mode:text | 5445 # mode:text |
5426 # End: | 5446 # End: |
OLD | NEW |