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

Unified Diff: ChangeLog

Issue 11469003: Prepare push to trunk. Now working on version 3.15.10. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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
diff --git a/ChangeLog b/ChangeLog
index 096eb0394ef396ccc900464b5b68a27905eb3190..b73b59251d1a74abe7d9fc75181cd589bd4ecb7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2012-12-06: Version 3.15.9
+
+ Fixed candidate eviction in code flusher.
+ (Chromium issue 159140)
+
+ Iterate through all arguments for side effects in Math.min/max.
+ (issue 2444)
+
+ Fixed spec violations related to regexp.lastIndex
+ (issue 2437, issue 2438)
+
+ Enableed stub generation using Hydrogen/Lithium.
Jakob Kummerow 2012/12/06 17:26:18 I'd drop this entry and the next two.
+
+ Introduced callback for resolving global object name while taking heap
+ snapshot.
+
+ Forced inlining for hot interface functions.
+
+ Performance and stability improvements on all platforms.
+
+
2012-12-04: Version 3.15.8
Enforced stack allocation of TryCatch blocks.
« 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