OLD | NEW |
| 1 2011-10-27: Version 3.7.2 |
| 2 |
| 3 Fix bug in deoptimization. Known issue with jslint: Issue 1789. |
| 4 |
| 5 |
1 2011-10-26: Version 3.7.1 | 6 2011-10-26: Version 3.7.1 |
2 | 7 |
3 Achieved 33% speedup in debug-mode tests. | 8 Achieved 33% speedup in debug-mode tests. |
4 | 9 |
5 Removed special casing of calls to RegExp test and exec methods with no | 10 Removed special casing of calls to RegExp test and exec methods with no |
6 argument. Now matches new JSC behaviour. crbug.com/75740. | 11 argument. Now matches new JSC behaviour. crbug.com/75740. |
7 | 12 |
8 Return the empty string on cyclic references in toString (ES5 | 13 Return the empty string on cyclic references in toString (ES5 |
9 conformance). | 14 conformance). |
10 | 15 |
(...skipping 3389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3400 setting break points in them. | 3405 setting break points in them. |
3401 | 3406 |
3402 | 3407 |
3403 2008-07-03: Version 0.1.0 | 3408 2008-07-03: Version 0.1.0 |
3404 | 3409 |
3405 Initial export. | 3410 Initial export. |
3406 | 3411 |
3407 # Local Variables: | 3412 # Local Variables: |
3408 # mode:text | 3413 # mode:text |
3409 # End: | 3414 # End: |
OLD | NEW |