| OLD | NEW |
| 1 2011-07-04: Version 3.4.9 |
| 2 |
| 3 Added support for debugger inspection of locals in optimized frames |
| 4 (issue 1140). |
| 5 |
| 6 Fixed SConstruct to pass correct defines to samples/preparser when |
| 7 building with library=shared. |
| 8 |
| 9 Made date parser handle ES5 Date Time Strings correctly (issue 1498). |
| 10 |
| 11 Fixed a bug in Object.defineProperty on the arguments object. |
| 12 |
| 13 Performance improvements on all platforms. |
| 14 |
| 15 |
| 1 2011-06-29: Version 3.4.8 | 16 2011-06-29: Version 3.4.8 |
| 2 | 17 |
| 3 Ensure 16-byte stack alignment on Solaris (issue 1505). | 18 Ensure 16-byte stack alignment on Solaris (issue 1505). |
| 4 | 19 |
| 5 Fix "illegal access" when calling parseInt with a radix | 20 Fix "illegal access" when calling parseInt with a radix |
| 6 that is not a smi. (issue 1246). | 21 that is not a smi. (issue 1246). |
| 7 | 22 |
| 8 | 23 |
| 9 2011-06-27: Version 3.4.7 | 24 2011-06-27: Version 3.4.7 |
| 10 | 25 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 Fixed V8 to count line terminators in multi-line comments. | 62 Fixed V8 to count line terminators in multi-line comments. |
| 48 (Chromium issue 86431) | 63 (Chromium issue 86431) |
| 49 | 64 |
| 50 Fixed disassembler=on option for release-mode builds. (issue 1473) | 65 Fixed disassembler=on option for release-mode builds. (issue 1473) |
| 51 | 66 |
| 52 Performance improvements on all platforms. | 67 Performance improvements on all platforms. |
| 53 | 68 |
| 54 | 69 |
| 55 2011-06-15: Version 3.4.4 | 70 2011-06-15: Version 3.4.4 |
| 56 | 71 |
| 57 » Added snapshot compression support and --stress-opt flag to d8. | 72 Added snapshot compression support and --stress-opt flag to d8. |
| 58 | 73 |
| 59 » Improved performance of try/catch. | 74 Improved performance of try/catch. |
| 60 | 75 |
| 61 » Several GYP-related changes: Added support for building Xcode project | 76 Several GYP-related changes: Added support for building Xcode project |
| 62 » files. Make the ARM simulator build with GYP again. Generate Makefiles | 77 files. Make the ARM simulator build with GYP again. Generate Makefiles |
| 63 » for all architectures on Linux. | 78 for all architectures on Linux. |
| 64 | 79 |
| 65 » Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the | 80 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the |
| 66 » receiver for strict mode callbacks. (issue 1436) | 81 receiver for strict mode callbacks. (issue 1436) |
| 67 | 82 |
| 68 » Fixed a bug where an array load was incorrectly hoisted by GVN. | 83 Fixed a bug where an array load was incorrectly hoisted by GVN. |
| 69 | 84 |
| 70 » Handle 'undefined' correctly when === has been specialized for doubles. | 85 Handle 'undefined' correctly when === has been specialized for doubles. |
| 71 » (issue 1434) | 86 (issue 1434) |
| 72 | 87 |
| 73 » Corrected the limit of local variables in an optimized function from 64 | 88 Corrected the limit of local variables in an optimized function from 64 |
| 74 » to 63. | 89 to 63. |
| 75 | 90 |
| 76 » Correctly set ReadOnly flag on indexed properties when using the API Set | 91 Correctly set ReadOnly flag on indexed properties when using the API Set |
| 77 » method. (issue 1470) | 92 method. (issue 1470) |
| 78 | 93 |
| 79 » Give the correct error message when Object.isExtensible is called on a | 94 Give the correct error message when Object.isExtensible is called on a |
| 80 » non-object. (issue 1452) | 95 non-object. (issue 1452) |
| 81 | 96 |
| 82 » Added GetOwnPropertyNames method for Object in the API. Patch by Peter | 97 Added GetOwnPropertyNames method for Object in the API. Patch by Peter |
| 83 » Varga. | 98 Varga. |
| 84 | 99 |
| 85 » Do not redefine properties unneccesarily in seal and freeze. (issue | 100 Do not redefine properties unneccesarily in seal and freeze. (issue |
| 86 » 1447) | 101 1447) |
| 87 | 102 |
| 88 » IsExecutionTerminating has an Isolate parameter now. | 103 IsExecutionTerminating has an Isolate parameter now. |
| 89 | 104 |
| 90 » Distinguish keyed loads with a symbol key from fast elements loads, | 105 Distinguish keyed loads with a symbol key from fast elements loads, |
| 91 » avoiding some useless deoptimizations. (issue 1471) | 106 avoiding some useless deoptimizations. (issue 1471) |
| 92 | 107 |
| 93 | 108 |
| 94 2011-06-08: Version 3.4.3 | 109 2011-06-08: Version 3.4.3 |
| 95 | 110 |
| 96 Clear the global thread table when an isolate is disposed | 111 Clear the global thread table when an isolate is disposed |
| 97 (issue 1433). | 112 (issue 1433). |
| 98 | 113 |
| 99 Converted time zone name to UTF8 on Windows (issue 1290). | 114 Converted time zone name to UTF8 on Windows (issue 1290). |
| 100 | 115 |
| 101 Limited the number of arguments in a function call to 32766 | 116 Limited the number of arguments in a function call to 32766 |
| (...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2985 setting break points in them. | 3000 setting break points in them. |
| 2986 | 3001 |
| 2987 | 3002 |
| 2988 2008-07-03: Version 0.1.0 | 3003 2008-07-03: Version 0.1.0 |
| 2989 | 3004 |
| 2990 Initial export. | 3005 Initial export. |
| 2991 | 3006 |
| 2992 # Local Variables: | 3007 # Local Variables: |
| 2993 # mode:text | 3008 # mode:text |
| 2994 # End: | 3009 # End: |
| OLD | NEW |