aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org>2014-10-23 08:44:45 +0000
committermachenbach@chromium.org <machenbach@chromium.org>2014-10-23 08:44:45 +0000
commit26db57054e04a5b35e7ad88aecb3e05895491a5c (patch)
treeeb18eb3ba9fc8b5086b2c558e88e92b4611fec20 /ChangeLog
parentb404893cc89fe7419e614abccb1fddf69d308abc (diff)
downloadv8-26db57054e04a5b35e7ad88aecb3e05895491a5c.tar.gz
Version 3.30.17 (based on bleeding_edge revision r24817)
ARM64: Fix stack manipulation (Chromium issue 425585). Speed up creation of Objects whose prototype has dictionary elements (Chromium issue 422754). Enable libstdc++ debug mode in debug builds (issue 3638). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@24827 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a89c01427..17be85099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2014-10-23: Version 3.30.17
+
+ ARM64: Fix stack manipulation (Chromium issue 425585).
+
+ Speed up creation of Objects whose prototype has dictionary elements
+ (Chromium issue 422754).
+
+ Enable libstdc++ debug mode in debug builds (issue 3638).
+
+ Performance and stability improvements on all platforms.
+
+
2014-10-22: Version 3.30.16
Remove v8stdint.h, it doesn't serve a purpose anymore.