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

Side by Side Diff: ChangeLog

Issue 8224001: Prepare push to trunk. We are now working on 3.6.7. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 2 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 2011-10-10: Version 3.6.6
2
3 Added a GC pause visualization tool.
4
5 Simplify calling generated code from the runtime.
Rico 2011/10/10 11:25:43 Not externally visible
Sven Panne 2011/10/10 11:34:54 Done.
6
7 Add presubmit=no and werror=no flags to Makefile.
8
9 Don't count duplicate assignments to the same property as distinct ones.
Rico 2011/10/10 11:25:43 Not externally visible
Sven Panne 2011/10/10 11:34:54 Done.
10
11 Fast allocation of block contexts.
Rico 2011/10/10 11:25:43 Not externally visible
Sven Panne 2011/10/10 11:34:54 Done.
12
13 ES5/Test262 conformance improvements.
14
15 Remove a static initializer that could potentially slow down startup
Rico 2011/10/10 11:25:43 Not externally visible
Sven Panne 2011/10/10 11:34:54 Done.
16 time. (issue 1753)
17
18 Activate smi-only optimizations for large array literals.
Rico 2011/10/10 11:25:43 Not externally visible
Sven Panne 2011/10/10 11:34:54 Done.
19
20 Enable string slices.
Rico 2011/10/10 11:25:43 Not externally visible
Sven Panne 2011/10/10 11:34:54 Done.
21
22 Make GCC 4.5.x happy. (issue 1743)
23
24 Added a regression test for Chromium issue 99167.
Rico 2011/10/10 11:25:43 Not externally visible
Sven Panne 2011/10/10 11:34:54 Done.
25
26 Bug fixes and performance improvements on all platforms.
27
Rico 2011/10/10 11:25:43 two lines before next section
Sven Panne 2011/10/10 11:34:54 Done.
1 2011-10-05: Version 3.6.5 28 2011-10-05: Version 3.6.5
2 29
3 New incremental garbage collector. 30 New incremental garbage collector.
4 31
5 Removed the hard heap size limit (soft heap size limit is still 32 Removed the hard heap size limit (soft heap size limit is still
6 700/1400Mbytes by default). 33 700/1400Mbytes by default).
7 34
8 Implemented ES5 generic Array.prototype.toString (Issue 1361). 35 Implemented ES5 generic Array.prototype.toString (Issue 1361).
9 36
10 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415). 37 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
(...skipping 3315 matching lines...) Expand 10 before | Expand all | Expand 10 after
3326 setting break points in them. 3353 setting break points in them.
3327 3354
3328 3355
3329 2008-07-03: Version 0.1.0 3356 2008-07-03: Version 0.1.0
3330 3357
3331 Initial export. 3358 Initial export.
3332 3359
3333 # Local Variables: 3360 # Local Variables:
3334 # mode:text 3361 # mode:text
3335 # End: 3362 # 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