summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2013-05-22 12:56:12 -0700
committerTrevor Norris <trev.norris@gmail.com>2013-05-22 13:13:11 -0700
commit506fc4de1e820d97b637f6e01dda2ab97667efa7 (patch)
treee2f2fec2085f6c1a603b79be4e63e765292cca52 /deps/v8/ChangeLog
parent52adc0d96309f9e04cbb220d63206e32b8309081 (diff)
downloadandroid-node-v8-506fc4de1e820d97b637f6e01dda2ab97667efa7.tar.gz
android-node-v8-506fc4de1e820d97b637f6e01dda2ab97667efa7.tar.bz2
android-node-v8-506fc4de1e820d97b637f6e01dda2ab97667efa7.zip
v8: upgrade to v3.19.3
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index d1dbb29ed0..39885e7831 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,3 +1,30 @@
+2013-05-22: Version 3.19.3
+
+ Performance and stability improvements on all platforms.
+
+
+2013-05-17: Version 3.19.2
+
+ Fill in one-word-fillers for the unused property fields
+ (Chromium issue 240056).
+
+ Removed use_system_v8 logic from the mainline gyp file
+ (Chromium issue 226860).
+
+ Skip CPU profiler samples where top function's stack frame is not
+ set up properly (issue 2628).
+
+ Performance and stability improvements on all platforms.
+
+
+2013-05-14: Version 3.19.1
+
+ Fixed missing hole check for loads from Smi arrays when all uses are
+ changes (Chromium issue 233737)
+
+ Performance and stability improvements on all platforms.
+
+
2013-05-10: Version 3.19.0
Deprecated Context::New which returns Persistent.