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

Unified Diff: ChangeLog

Issue 11189113: Prepare push to trunk. Now working on version 3.14.6. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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
diff --git a/ChangeLog b/ChangeLog
index c19315415c1a8122ae94a7bc1be23aa7b2b67358..2b5e84019f241f4f8c6c0c46807edef1380b03d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2012-10-22: Version 3.14.5
+
+ Kill off the SCons based build.
Jakob Kummerow 2012/10/22 12:42:12 nit: past tense please
rossberg 2012/10/22 13:04:22 Done.
+
+ Add a faster API for creating v8::Integer objects.
Jakob Kummerow 2012/10/22 12:42:12 nit: past tense please
rossberg 2012/10/22 13:04:22 Done.
+
+ Speed up function deoptimization by avoiding quadratic pass over
Jakob Kummerow 2012/10/22 12:42:12 nit: past tense please
rossberg 2012/10/22 13:04:22 Done.
+ optimized function list. (Chromium issue 155270)
+
+ Always invoke the default Array.sort functions from builtin functions.
+ (issue 2372)
+
+ Fixed json regression. (issue 2374)
Jakob Kummerow 2012/10/22 12:42:12 This regression was only introduced after the last
rossberg 2012/10/22 13:04:22 Done.
+
+ Fixed error introduced in r12761. (issue 2373)
Jakob Kummerow 2012/10/22 12:42:12 Same here -- r12761 is younger than 3.14.4, no nee
rossberg 2012/10/22 13:04:22 Done.
+
+ Revert recent CPU profiler changes because they broke --prof.
Jakob Kummerow 2012/10/22 12:42:12 nit: past tense please
rossberg 2012/10/22 13:04:22 Done.
+ (issue 2364)
+
+ Switch code flushing to use different JSFunction field.
Jakob Kummerow 2012/10/22 12:42:12 nit: past tense please
rossberg 2012/10/22 13:04:22 Done.
+ (issue 1609)
+
+ Performance and stability improvements on all platforms.
+
+
2012-10-15: Version 3.14.4
Allow evals for debugger even if they are prohibited in the debugee
« 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