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

Unified Diff: ChangeLog

Issue 10790138: Prepare push to trunk. Now working on version 3.12.16. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
diff --git a/ChangeLog b/ChangeLog
index 1dd4bb9cfa4760f58e74053598cee78973119db2..001aabc96042b8ef7b90c401889b2458264c1b39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2012-07-24: Version 3.12.15
+
+ Added PRESERVE_ASCII_NULL option to String::WriteAscii.
+ (issue 2252)
+
+ Added dependency to HLoadKeyed* instructions to prevent invalid hoisting.
Jakob Kummerow 2012/07/24 07:52:26 nit: long line
+ (Chromium issue 137768)
+
+ Enabled building V8 for Android on Mac
Jakob Kummerow 2012/07/24 07:52:26 nit: missing full stop. Also, let's make this s/V8
+
+ Interpret negative hexadecimal literals as NaN.
+ (issue 2240)
+
+ Fixed corner case when transforming dictionary to fast elements.
+ (issue 2249)
+
+ Fixed Windows build spam.
Jakob Kummerow 2012/07/24 07:52:26 I don't think this is relevant.
+ (issue 2242)
+
+ Preserve rsi when probing for CPU features.
Jakob Kummerow 2012/07/24 07:52:26 Is this visible to embedders/users?
+ (issue 2238)
+
+ Inserted missing write barrier in sliced string allocation.
+ (issue 2237)
+
+ Expose counters in javascript when using --track-gc-object-stats.
+
+ Enabled building and testing V8 on Android IA.
+
+ Added --trace-parse flag to parser.
+
+ Performance and stability improvements on all platforms.
+
+
2012-07-18: Version 3.12.14
Deactivated optimization of packed arrays.
« 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