OLD | NEW |
1 2011-06-20: Version 3.4.5 | 1 2011-06-20: Version 3.4.5 |
2 | 2 |
3 Fixed issues 794, 1215(partial), 1417, 1435, 1472, 1473, 1476, and 1477. | 3 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473, |
| 4 1476, and 1477. |
4 | 5 |
5 Improved code generation for !0 and !1. | 6 Improved code generation for !0 and !1. |
6 | 7 |
7 Reduced memory usage for regular expressions with nested qualifiers. | 8 Reduced memory usage for regular expressions with nested qualifiers. |
8 (issue 1472) | 9 (issue 1472) |
9 | 10 |
10 Fixed V8 to count line terminators in multi-line comments. | 11 Fixed V8 to count line terminators in multi-line comments. |
11 (Chromium issue 86431) | 12 (Chromium issue 86431) |
12 | 13 |
13 Fixed disassembler=on option for release-mode builds. (issue 1473) | 14 Fixed disassembler=on option for release-mode builds. (issue 1473) |
14 | 15 |
| 16 Performance improvements on all platforms. |
| 17 |
15 | 18 |
16 2011-06-15: Version 3.4.4 | 19 2011-06-15: Version 3.4.4 |
17 | 20 |
18 Added snapshot compression support and --stress-opt flag to d8. | 21 Added snapshot compression support and --stress-opt flag to d8. |
19 | 22 |
20 Improved performance of try/catch. | 23 Improved performance of try/catch. |
21 | 24 |
22 Several GYP-related changes: Added support for building Xcode project | 25 Several GYP-related changes: Added support for building Xcode project |
23 files. Make the ARM simulator build with GYP again. Generate Makefiles | 26 files. Make the ARM simulator build with GYP again. Generate Makefiles |
24 for all architectures on Linux. | 27 for all architectures on Linux. |
(...skipping 2921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2946 setting break points in them. | 2949 setting break points in them. |
2947 | 2950 |
2948 | 2951 |
2949 2008-07-03: Version 0.1.0 | 2952 2008-07-03: Version 0.1.0 |
2950 | 2953 |
2951 Initial export. | 2954 Initial export. |
2952 | 2955 |
2953 # Local Variables: | 2956 # Local Variables: |
2954 # mode:text | 2957 # mode:text |
2955 # End: | 2958 # End: |
OLD | NEW |