OLD | NEW |
| 1 2012-08-28: Version 3.13.4 |
| 2 |
| 3 Print reason for disabling optimization. Kill --trace-bailout flag. |
| 4 |
| 5 Provided option to disable full DEBUG build on Android. |
| 6 |
| 7 Introduced global contexts to represent lexical global scope(s). |
| 8 |
| 9 Fixed rounding in Uint8ClampedArray setter. (issue 2294) |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2012-08-21: Version 3.13.3 | 14 2012-08-21: Version 3.13.3 |
2 | 15 |
3 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
4 | 17 |
5 | 18 |
6 2012-08-20: Version 3.13.2 | 19 2012-08-20: Version 3.13.2 |
7 | 20 |
8 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
9 | 22 |
10 | 23 |
(...skipping 4503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4514 setting break points in them. | 4527 setting break points in them. |
4515 | 4528 |
4516 | 4529 |
4517 2008-07-03: Version 0.1.0 | 4530 2008-07-03: Version 0.1.0 |
4518 | 4531 |
4519 Initial export. | 4532 Initial export. |
4520 | 4533 |
4521 # Local Variables: | 4534 # Local Variables: |
4522 # mode:text | 4535 # mode:text |
4523 # End: | 4536 # End: |
OLD | NEW |