OLD | NEW |
---|---|
1 2012-06-20: Version 3.12.0 | |
2 | |
3 Added --extra-code flag to mksnapshot to load JS code into the VM | |
4 before creating the snapshot. | |
5 | |
6 Fixed Chromium issues: | |
7 115100, 129628, 131994, 132727, 132741, 132742, 133211 | |
8 | |
9 Fixed V8 issues: | |
10 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185 | |
11 | |
12 Added --extra-code flag to mksnapshot to load JS code into the VM | |
Jakob Kummerow
2012/06/20 09:15:54
Dupe.
| |
13 before creating the snapshot. | |
14 | |
15 Support 'restart call frame' command in the debugger. | |
16 | |
17 Performance and stability improvements on all platforms. | |
18 | |
19 | |
1 2012-06-13: Version 3.11.10 | 20 2012-06-13: Version 3.11.10 |
2 | 21 |
3 Implemented heap profiler memory usage reporting. | 22 Implemented heap profiler memory usage reporting. |
4 | 23 |
5 Preserved error message during finally block in try..finally. | 24 Preserved error message during finally block in try..finally. |
6 (Chromium issue 129171) | 25 (Chromium issue 129171) |
7 | 26 |
8 Fixed EnsureCanContainElements to properly handle double values. | 27 Fixed EnsureCanContainElements to properly handle double values. |
9 (issue 2170) | 28 (issue 2170) |
10 | 29 |
(...skipping 4228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4239 setting break points in them. | 4258 setting break points in them. |
4240 | 4259 |
4241 | 4260 |
4242 2008-07-03: Version 0.1.0 | 4261 2008-07-03: Version 0.1.0 |
4243 | 4262 |
4244 Initial export. | 4263 Initial export. |
4245 | 4264 |
4246 # Local Variables: | 4265 # Local Variables: |
4247 # mode:text | 4266 # mode:text |
4248 # End: | 4267 # End: |
OLD | NEW |