summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index 5f64a3e923..e34464395d 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,3 +1,35 @@
+2013-04-26: Version 3.18.4
+
+ Added a preliminary API for ES6 ArrayBuffers
+
+ Replaced qsort with std::sort. (Chromium issue 2639)
+
+ Performance and stability improvements on all platforms.
+
+
+2013-04-24: Version 3.18.3
+
+ Exposed the GC under a name that is less collision prone than window.gc.
+ (issue 2641)
+
+ Do not emit double values at their use sites. (Chromium issue 234101)
+
+ Added methods to allow resuming execution after calling
+ TerminateExecution(). (issue 2361)
+
+ Performance and stability improvements on all platforms.
+
+
+2013-04-22: Version 3.18.2
+
+ OS::MemMove/OS::MemCopy: Don't call through to generated code when size
+ == 0 to avoid prefetching invalid memory (Chromium issue 233500)
+
+ Removed heap snapshot size limit. (Chromium issue 232305)
+
+ Performance and stability improvements on all platforms.
+
+
2013-04-18: Version 3.18.1
Removed SCons related files and deprecated test suite configurations.