OLD | NEW |
| 1 2013-06-18: Version 3.19.18 |
| 2 |
| 3 Fixed read-only attribute of Function.length in strict mode. |
| 4 (issue 2705) |
| 5 |
| 6 Fixed Runtime_SetProperty to properly handle OOM failures |
| 7 (Chromium issue 249873) |
| 8 |
| 9 Emit deprecated check for constant function transitions. |
| 10 (Chromium issue 250609) |
| 11 |
| 12 Made MathFloorOfDiv optimization trigger more often |
| 13 (Issue 2205) |
| 14 |
| 15 Make more GCs in idle notification handler. |
| 16 (Chromium issue 241815) |
| 17 |
| 18 Increased default type info threshold. |
| 19 (Issue 2730) |
| 20 |
| 21 Performance and stability improvements on all platforms. |
| 22 |
| 23 |
1 2013-06-14: Version 3.19.16 | 24 2013-06-14: Version 3.19.16 |
2 | 25 |
3 Performance and stability improvements on all platforms. | 26 Performance and stability improvements on all platforms. |
4 | 27 |
5 | 28 |
6 2013-06-13: Version 3.19.15 | 29 2013-06-13: Version 3.19.15 |
7 | 30 |
8 Performance and stability improvements on all platforms. | 31 Performance and stability improvements on all platforms. |
9 | 32 |
10 | 33 |
(...skipping 5496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5507 setting break points in them. | 5530 setting break points in them. |
5508 | 5531 |
5509 | 5532 |
5510 2008-07-03: Version 0.1.0 | 5533 2008-07-03: Version 0.1.0 |
5511 | 5534 |
5512 Initial export. | 5535 Initial export. |
5513 | 5536 |
5514 # Local Variables: | 5537 # Local Variables: |
5515 # mode:text | 5538 # mode:text |
5516 # End: | 5539 # End: |
OLD | NEW |