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

Side by Side Diff: ChangeLog

Issue 7841034: Prepare push to trunk. Now working on version 3.6.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 3 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-09-07: Version 3.6.1
2
3 Fixed a bug in abrupt exit from with or catch inside finally.
4
5 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
6 issue 95113).
7
8 Fixed map space explosion from changing the arguments and caller
9 properties on native functions.
Lasse Reichstein 2011/09/07 12:34:10 Explosion is too big a word. I'd drop this line. I
10
11 Fixed size increase of snapshot introduced by builtin function
12 prototypes.
Lasse Reichstein 2011/09/07 12:34:10 Ditto for this one.
13
14 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
15
16 Fixed a few clang warnings (which -Werror treated as errors).
17
18 Performance improvements on all platforms.
19
20
1 2011-09-05: Version 3.6.0 21 2011-09-05: Version 3.6.0
2 22
3 Fixed a bug when optimizing named function expression (issue 1647). 23 Fixed a bug when optimizing named function expression (issue 1647).
4 24
5 Fixed a bug when optimizing f.call.apply (issue 1650). 25 Fixed a bug when optimizing f.call.apply (issue 1650).
6 26
7 Made arguments and caller always be null on native functions 27 Made arguments and caller always be null on native functions
8 (issues 1548 and 1643). 28 (issues 1548 and 1643).
9 29
10 Fixed issue 1648 (cross-compiling x64 targeting ia32). 30 Fixed issue 1648 (cross-compiling x64 targeting ia32).
(...skipping 3227 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 setting break points in them. 3258 setting break points in them.
3239 3259
3240 3260
3241 2008-07-03: Version 0.1.0 3261 2008-07-03: Version 0.1.0
3242 3262
3243 Initial export. 3263 Initial export.
3244 3264
3245 # Local Variables: 3265 # Local Variables:
3246 # mode:text 3266 # mode:text
3247 # End: 3267 # 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