Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: ChangeLog

Issue 10836290: Prepare push to trunk. Now working on version 3.13.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698