OLD | NEW |
---|---|
1 2012-08-16: Version 3.13.1 | |
2 | |
3 Fixed improved LoadICs for dictionaries with callbacks. | |
4 (Chromium issue 142088) | |
Michael Starzinger
2012/08/16 15:38:52
We didn't even mention the improvement itself in t
| |
5 | |
6 Added checks when receiving external string resources through the API. | |
7 (Chromium issue 140050) | |
Michael Starzinger
2012/08/16 15:38:52
That's only a check, not a fix for that issue. Let
| |
8 | |
9 Fixed wrong indexing in global regexp. | |
Michael Starzinger
2012/08/16 15:38:52
I think we can also drop this one.
| |
10 (Chromium issue 142087) | |
11 | |
12 Performance and stability improvements on all platforms. | |
13 | |
14 | |
1 2012-08-10: Version 3.13.0 | 15 2012-08-10: Version 3.13.0 |
2 | 16 |
3 Added histograms for total allocated/live heap size, as well as | 17 Added histograms for total allocated/live heap size, as well as |
4 allocated size and percentage of total for map and cell space. | 18 allocated size and percentage of total for map and cell space. |
5 | 19 |
6 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2). | 20 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2). |
7 (issue 1645) | 21 (issue 1645) |
8 | 22 |
9 Added checks for interceptors to negative lookup code in Crankshaft. | 23 Added checks for interceptors to negative lookup code in Crankshaft. |
10 (Chromium issue 140473) | 24 (Chromium issue 140473) |
(...skipping 4488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4499 setting break points in them. | 4513 setting break points in them. |
4500 | 4514 |
4501 | 4515 |
4502 2008-07-03: Version 0.1.0 | 4516 2008-07-03: Version 0.1.0 |
4503 | 4517 |
4504 Initial export. | 4518 Initial export. |
4505 | 4519 |
4506 # Local Variables: | 4520 # Local Variables: |
4507 # mode:text | 4521 # mode:text |
4508 # End: | 4522 # End: |
OLD | NEW |