OLD | NEW |
---|---|
1 2011-07-18: Version 3.4.13 | |
Mads Ager (chromium)
2011/07/18 09:16:56
I would leave out most of this. I would only put s
Sven Panne
2011/07/18 09:35:14
Conclusion after some offline discussions: Announc
| |
2 | |
3 Support scope information and evaluation in optimized frames (issue | |
Mads Ager (chromium)
2011/07/18 09:16:56
Maybe write that this is improved debugger support
Sven Panne
2011/07/18 09:35:14
Done.
| |
4 1140). | |
5 | |
6 Fixed a bug in prototype transitions cache clearing introduced by r8165. | |
7 | |
8 Implemented ICs for FastDoubleArray loads and stores for ia32, x64 and | |
Mads Ager (chromium)
2011/07/18 09:16:56
This is not turned on by default, so I would leave
Sven Panne
2011/07/18 09:35:14
Done.
| |
9 ARM. | |
10 | |
11 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo. | |
12 | |
13 Fixed a memory leak in sample/shell.cc (dispose semaphores). | |
14 | |
15 Simplified HClampToUint8. Patch by Andy Wingo. | |
16 | |
17 Exposed APIs for detecting boxed primitives, native errors and Math. | |
Mads Ager (chromium)
2011/07/18 09:16:56
The Math part did not land and is handled differen
Sven Panne
2011/07/18 09:35:14
Done.
| |
18 Patch by Luke Zarko. | |
19 | |
20 Added map check for COW elements to crankshaft array handling code | |
21 (issue 1560). | |
22 | |
23 Sample shell and (a light version of) D8 links against a shared library | |
24 now. | |
25 | |
26 Implemented delete trap for proxies (issue 1543). | |
Mads Ager (chromium)
2011/07/18 09:16:56
Not on by default, so I would delete this line.
Sven Panne
2011/07/18 09:35:14
Done.
| |
27 | |
28 Fixed bug in array filter and reduce functions (issue 1559). | |
29 | |
30 Avoid TLS load in AstNode constructor. | |
31 | |
32 Introduced a random entropy source which can optionally be provided at | |
33 initialization. (chrome issue 89462). | |
Mads Ager (chromium)
2011/07/18 09:16:56
chrome -> chromium.
Sven Panne
2011/07/18 09:35:14
Done.
| |
34 | |
35 | |
1 2011-07-13: Version 3.4.12 | 36 2011-07-13: Version 3.4.12 |
2 | 37 |
3 Added --prof profiling option to d8 shell. | 38 Added --prof profiling option to d8 shell. |
4 | 39 |
5 Fixed a bug where reading a directory in d8 shell hangs (issue 1533). | 40 Fixed a bug where reading a directory in d8 shell hangs (issue 1533). |
6 | 41 |
7 Fixed a potential assertion failure in const declarations. | 42 Fixed a potential assertion failure in const declarations. |
8 | 43 |
9 Fixed an assertion failure in descriptor arrays (issue 1526). | 44 Fixed an assertion failure in descriptor arrays (issue 1526). |
10 | 45 |
(...skipping 3041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3052 setting break points in them. | 3087 setting break points in them. |
3053 | 3088 |
3054 | 3089 |
3055 2008-07-03: Version 0.1.0 | 3090 2008-07-03: Version 0.1.0 |
3056 | 3091 |
3057 Initial export. | 3092 Initial export. |
3058 | 3093 |
3059 # Local Variables: | 3094 # Local Variables: |
3060 # mode:text | 3095 # mode:text |
3061 # End: | 3096 # End: |
OLD | NEW |