OLD | NEW |
---|---|
1 2013-04-18: Version 3.18.1 | |
2 | |
3 Removed SCons related files deprecated test suite configurations. | |
Jakob Kummerow
2013/04/18 14:51:54
nit: missing "and"
| |
4 | |
5 Improved handling of unary plus (issue 2527). | |
6 | |
7 Performance and stability improvements on all platforms. | |
8 | |
9 | |
1 2013-04-17: Version 3.18.0 | 10 2013-04-17: Version 3.18.0 |
2 | 11 |
3 Enabled pretenuring of fast literals in high promotion mode. | 12 Enabled pretenuring of fast literals in high promotion mode. |
4 | 13 |
5 Removed preparser library; link preparser executable against full V8. | 14 Removed preparser library; link preparser executable against full V8. |
6 | 15 |
7 Fixed set-up of intrinsic's 'constructor' properties. | 16 Fixed set-up of intrinsic's 'constructor' properties. |
8 (Chromium issue 229445) | 17 (Chromium issue 229445) |
9 | 18 |
10 ES6 symbols: extended V8 API to support symbols (issue 2158). | 19 ES6 symbols: extended V8 API to support symbols (issue 2158). |
(...skipping 5277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5288 setting break points in them. | 5297 setting break points in them. |
5289 | 5298 |
5290 | 5299 |
5291 2008-07-03: Version 0.1.0 | 5300 2008-07-03: Version 0.1.0 |
5292 | 5301 |
5293 Initial export. | 5302 Initial export. |
5294 | 5303 |
5295 # Local Variables: | 5304 # Local Variables: |
5296 # mode:text | 5305 # mode:text |
5297 # End: | 5306 # End: |
OLD | NEW |