OLD | NEW |
| 1 2011-10-28: Version 3.7.3 |
| 2 |
| 3 Slight deoptimization as a workaround for issue with jslint: Issue |
| 4 1789. |
| 5 |
| 6 |
1 2011-10-27: Version 3.7.2 | 7 2011-10-27: Version 3.7.2 |
2 | 8 |
3 Fix bug in deoptimization. Known issue with jslint: Issue 1789. | 9 Fix bug in deoptimization. Known issue with jslint: Issue 1789. |
4 | 10 |
5 | 11 |
6 2011-10-26: Version 3.7.1 | 12 2011-10-26: Version 3.7.1 |
7 | 13 |
8 Achieved 33% speedup in debug-mode tests. | 14 Achieved 33% speedup in debug-mode tests. |
9 | 15 |
10 Removed special casing of calls to RegExp test and exec methods with no | 16 Removed special casing of calls to RegExp test and exec methods with no |
(...skipping 3394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3405 setting break points in them. | 3411 setting break points in them. |
3406 | 3412 |
3407 | 3413 |
3408 2008-07-03: Version 0.1.0 | 3414 2008-07-03: Version 0.1.0 |
3409 | 3415 |
3410 Initial export. | 3416 Initial export. |
3411 | 3417 |
3412 # Local Variables: | 3418 # Local Variables: |
3413 # mode:text | 3419 # mode:text |
3414 # End: | 3420 # End: |
OLD | NEW |