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

Side by Side Diff: ChangeLog

Issue 7310001: Prepare push to trunk. Now working on version 3.4.11. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 5 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-07-06: Version 3.4.10
2
3 Fixed assert hit in runtime profiles when running on IA32 without
4 snapshot(issue 1522).
Søren Thygesen Gjesse 2011/07/06 09:31:52 Missing space before (.
Jakob Kummerow 2011/07/06 09:33:28 Done.
Sven Panne 2011/07/06 09:57:54 Slightly obscure grammar, perhaps "Fixed an assert
5
6 Fixed ABI for API calls on IA32 (for clang compatibility).
7
8 Introduced code flushing of RegExp code to free memory used by
9 RegExps sooner.
10
11 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
12
13 Fixed assert hit in v8::TryCache::StackTrace (issue 1529).
14
15 Performance improvements on all platforms.
16
17
1 2011-07-04: Version 3.4.9 18 2011-07-04: Version 3.4.9
2 19
3 Added support for debugger inspection of locals in optimized frames 20 Added support for debugger inspection of locals in optimized frames
4 (issue 1140). 21 (issue 1140).
5 22
6 Fixed SConstruct to pass correct defines to samples/preparser when 23 Fixed SConstruct to pass correct defines to samples/preparser when
7 building with library=shared. 24 building with library=shared.
8 25
9 Made date parser handle ES5 Date Time Strings correctly (issue 1498). 26 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
10 27
(...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after
3000 setting break points in them. 3017 setting break points in them.
3001 3018
3002 3019
3003 2008-07-03: Version 0.1.0 3020 2008-07-03: Version 0.1.0
3004 3021
3005 Initial export. 3022 Initial export.
3006 3023
3007 # Local Variables: 3024 # Local Variables:
3008 # mode:text 3025 # mode:text
3009 # End: 3026 # 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