OLD | NEW |
| 1 2012-06-13: Version 3.11.10 |
| 2 |
| 3 Implemented heap profiler memory usage reporting. |
| 4 |
| 5 Preserved error message during finally block in try..finally. |
| 6 (Chromium issue 129171) |
| 7 |
| 8 Fixed EnsureCanContainElements to properly handle double values. |
| 9 (issue 2170) |
| 10 |
| 11 Improved heuristics to keep objects in fast mode with inherited |
| 12 constructors. |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
1 2012-06-06: Version 3.11.9 | 17 2012-06-06: Version 3.11.9 |
2 | 18 |
3 Implemented ES5-conformant semantics for inherited setters and read-only | 19 Implemented ES5-conformant semantics for inherited setters and read-only |
4 properties. Currently behind --es5_readonly flag, because it breaks | 20 properties. Currently behind --es5_readonly flag, because it breaks |
5 WebKit bindings. | 21 WebKit bindings. |
6 | 22 |
7 Exposed last seen heap object id via v8 public api. | 23 Exposed last seen heap object id via v8 public api. |
8 | 24 |
9 Performance and stability improvements on all platforms. | 25 Performance and stability improvements on all platforms. |
10 | 26 |
(...skipping 4212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4223 setting break points in them. | 4239 setting break points in them. |
4224 | 4240 |
4225 | 4241 |
4226 2008-07-03: Version 0.1.0 | 4242 2008-07-03: Version 0.1.0 |
4227 | 4243 |
4228 Initial export. | 4244 Initial export. |
4229 | 4245 |
4230 # Local Variables: | 4246 # Local Variables: |
4231 # mode:text | 4247 # mode:text |
4232 # End: | 4248 # End: |
OLD | NEW |