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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
===================================================================
--- ChangeLog (revision 8667)
+++ ChangeLog (working copy)
@@ -1,3 +1,38 @@
+2011-07-18: Version 3.4.13
Mads Ager (chromium) 2011/07/18 09:16:56 I would leave out most of this. I would only put s
Sven Panne 2011/07/18 09:35:14 Conclusion after some offline discussions: Announc
+
+ Support scope information and evaluation in optimized frames (issue
Mads Ager (chromium) 2011/07/18 09:16:56 Maybe write that this is improved debugger support
Sven Panne 2011/07/18 09:35:14 Done.
+ 1140).
+
+ Fixed a bug in prototype transitions cache clearing introduced by r8165.
+
+ Implemented ICs for FastDoubleArray loads and stores for ia32, x64 and
Mads Ager (chromium) 2011/07/18 09:16:56 This is not turned on by default, so I would leave
Sven Panne 2011/07/18 09:35:14 Done.
+ ARM.
+
+ Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
+
+ Fixed a memory leak in sample/shell.cc (dispose semaphores).
+
+ Simplified HClampToUint8. Patch by Andy Wingo.
+
+ Exposed APIs for detecting boxed primitives, native errors and Math.
Mads Ager (chromium) 2011/07/18 09:16:56 The Math part did not land and is handled differen
Sven Panne 2011/07/18 09:35:14 Done.
+ Patch by Luke Zarko.
+
+ Added map check for COW elements to crankshaft array handling code
+ (issue 1560).
+
+ Sample shell and (a light version of) D8 links against a shared library
+ now.
+
+ Implemented delete trap for proxies (issue 1543).
Mads Ager (chromium) 2011/07/18 09:16:56 Not on by default, so I would delete this line.
Sven Panne 2011/07/18 09:35:14 Done.
+
+ Fixed bug in array filter and reduce functions (issue 1559).
+
+ Avoid TLS load in AstNode constructor.
+
+ Introduced a random entropy source which can optionally be provided at
+ initialization. (chrome issue 89462).
Mads Ager (chromium) 2011/07/18 09:16:56 chrome -> chromium.
Sven Panne 2011/07/18 09:35:14 Done.
+
+
2011-07-13: Version 3.4.12
Added --prof profiling option to d8 shell.
« 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