Version 3.29.66 (based on bleeding_edge revision r23957)
Currently, a new isolate is created in an uninitialized state, and several API methods will automatically initialize it. During this uninitialized state, code event handlers and function entry handlers can be attached to the isolate.
Performance and stability improvements on all platforms.
git-svn-id: https://v8.googlecode.com/svn/trunk@23959 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9d0fbdf..43d6b5b 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -180,6 +180,6 @@
'v8_linux_layout_dbg': set(['defaulttests']),
'v8_mac_rel': set(['defaulttests']),
'v8_win_rel': set(['defaulttests']),
- 'v8_win64_rel': set(['defaulttests']),
+ 'v8_win64_compile_rel': set(['defaulttests']),
},
}