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

Side by Side Diff: ChangeLog

Issue 10070008: Prepare push to trunk. Now working on version 3.10.5. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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-04-19: Version 3.10.4
2
3 Fix issues when stressing compaction with WeakMaps.
Jakob Kummerow 2012/04/19 11:56:21 nit: Past tense please. (Twice more below.)
Sven Panne 2012/04/19 11:59:35 Done.
4
5 Fix missing GVN flag for new-space promotion. (Chromium issue 123919)
6
7 Simplify invocation sequence at monomorphic function invocation sites.
8 (issue 2079)
9
10 Fix typo in lazy-instance.h. (issue 2091)
Jakob Kummerow 2012/04/19 11:56:21 You can remove this entry. (Yes, it has a bug numb
Sven Panne 2012/04/19 11:59:35 Done.
11
12 Performance and stability improvements on all platforms.
13
14
1 2012-04-17: Version 3.10.3 15 2012-04-17: Version 3.10.3
2 16
3 Fixed several bugs in heap profiles (including issue 2078). 17 Fixed several bugs in heap profiles (including issue 2078).
4 18
5 Throw syntax errors on illegal escape sequences. 19 Throw syntax errors on illegal escape sequences.
6 20
7 Implemented rudimentary module linking (behind --harmony flag) 21 Implemented rudimentary module linking (behind --harmony flag)
8 22
9 Implemented ES5 erratum: Global declarations should shadow 23 Implemented ES5 erratum: Global declarations should shadow
10 inherited properties. 24 inherited properties.
(...skipping 4016 matching lines...) Expand 10 before | Expand all | Expand 10 after
4027 setting break points in them. 4041 setting break points in them.
4028 4042
4029 4043
4030 2008-07-03: Version 0.1.0 4044 2008-07-03: Version 0.1.0
4031 4045
4032 Initial export. 4046 Initial export.
4033 4047
4034 # Local Variables: 4048 # Local Variables:
4035 # mode:text 4049 # mode:text
4036 # End: 4050 # 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