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