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

Side by Side Diff: ChangeLog

Issue 7397010: Prepare push to trunk. (Closed) Base URL: http://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-18: Version 3.4.13
2
3 Improved debugger support to allow inspection of optimized frames (issue
4 1140).
5
6 Fixed a bug in prototype transitions cache clearing introduced by r8165.
7
8 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
9
10 Fixed a memory leak in sample/shell.cc (dispose semaphores).
11
12 Simplified HClampToUint8. Patch by Andy Wingo.
13
14 Exposed APIs for detecting boxed primitives, native errors. Patch by
15 Luke Zarko.
16
17 Added map check for COW elements to crankshaft array handling code
18 (issue 1560).
19
20 Sample shell and (a light version of) D8 links against a shared library
21 now.
22
23 Fixed bug in array filter and reduce functions (issue 1559).
24
25 Avoid TLS load in AstNode constructor.
26
27 Introduced a random entropy source which can optionally be provided at
28 initialization. (Chromium issue 89462).
29
30
1 2011-07-13: Version 3.4.12 31 2011-07-13: Version 3.4.12
2 32
3 Added --prof profiling option to d8 shell. 33 Added --prof profiling option to d8 shell.
4 34
5 Fixed a bug where reading a directory in d8 shell hangs (issue 1533). 35 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
6 36
7 Fixed a potential assertion failure in const declarations. 37 Fixed a potential assertion failure in const declarations.
8 38
9 Fixed an assertion failure in descriptor arrays (issue 1526). 39 Fixed an assertion failure in descriptor arrays (issue 1526).
10 40
(...skipping 3041 matching lines...) Expand 10 before | Expand all | Expand 10 after
3052 setting break points in them. 3082 setting break points in them.
3053 3083
3054 3084
3055 2008-07-03: Version 0.1.0 3085 2008-07-03: Version 0.1.0
3056 3086
3057 Initial export. 3087 Initial export.
3058 3088
3059 # Local Variables: 3089 # Local Variables:
3060 # mode:text 3090 # mode:text
3061 # End: 3091 # 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