OLD | NEW |
---|---|
1 2013-03-15: Version 3.17.11 | |
2 | |
3 Added a version of the v8::HandleScope constructor with an v8::Isolate | |
4 parameter and made AdjustAmountOfExternalAllocatedMemory an instance | |
5 method of v8::Isolate. | |
6 (issue 2487) | |
7 | |
8 Allow inlining of functions containing array/function literals. | |
Jakob Kummerow
2013/03/15 12:35:45
I don't think we need to mention this
| |
9 (issue 1322) | |
10 | |
11 Fixed two register allocator bugs (off-by-one error/failure | |
12 propagation). (issue 2576) | |
13 | |
14 Fixed huge heap snapshot when a heavily shared context has many | |
15 variables. (Chromium issue 145687) | |
16 | |
17 Performance and stability improvements on all platforms. | |
18 | |
19 | |
1 2013-03-13: Version 3.17.10 | 20 2013-03-13: Version 3.17.10 |
2 | 21 |
3 Fixed heap snapshot creation for Harmony collections. (issue 2535) | 22 Fixed heap snapshot creation for Harmony collections. (issue 2535) |
4 | 23 |
5 Fixed register allocation corner case. (Chromium issue 177883) | 24 Fixed register allocation corner case. (Chromium issue 177883) |
6 | 25 |
7 Performance and stability improvements on all platforms. | 26 Performance and stability improvements on all platforms. |
8 | 27 |
9 | 28 |
10 2013-03-08: Version 3.17.9 | 29 2013-03-08: Version 3.17.9 |
(...skipping 5183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5194 setting break points in them. | 5213 setting break points in them. |
5195 | 5214 |
5196 | 5215 |
5197 2008-07-03: Version 0.1.0 | 5216 2008-07-03: Version 0.1.0 |
5198 | 5217 |
5199 Initial export. | 5218 Initial export. |
5200 | 5219 |
5201 # Local Variables: | 5220 # Local Variables: |
5202 # mode:text | 5221 # mode:text |
5203 # End: | 5222 # End: |
OLD | NEW |