aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org>2014-10-02 00:05:29 +0000
committermachenbach@chromium.org <machenbach@chromium.org>2014-10-02 00:05:29 +0000
commitea9b2f71a7437169f0028e085e6c35539d52b4ae (patch)
tree39eab2cd53db1beed81f2e3d03d774abb8ddb647 /BUILD.gn
parent096d76564bb962c70bd1f4381a8ed4ae15a4a8c4 (diff)
downloadv8-ea9b2f71a7437169f0028e085e6c35539d52b4ae.tar.gz
Version 3.30.2 (based on bleeding_edge revision r24373)
Fix Hydrogen's BuildStore() (Chromium issue 417508). Move unit tests to test/unittests (issue 3489). Changes to ALLOW_UNUSED to match upcoming changes to the Chromium trunk: * Eliminate usage of ALLOW_UNUSED to define COMPILE_ASSERT and just use static_assert() in all cases now that all platforms build with C++11. * Convert remaining uses of ALLOW_UNUSED to ALLOW_UNUSED_TYPE to match how Chromium will be splitting this functionality. (In Chromium we'll have both ALLOW_UNUSED_TYPE and ALLOW_UNUSED_LOCAL, which have different syntax to enable us to use these with MSVC.) (Chromium issue 81439). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@24374 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b366c1577..6affb6ca8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -676,8 +676,6 @@ source_set("v8_base") {
"src/heap/store-buffer-inl.h",
"src/heap/store-buffer.cc",
"src/heap/store-buffer.h",
- "src/heap/sweeper-thread.h",
- "src/heap/sweeper-thread.cc",
"src/hydrogen-alias-analysis.h",
"src/hydrogen-bce.cc",
"src/hydrogen-bce.h",
@@ -826,6 +824,7 @@ source_set("v8_base") {
"src/rewriter.h",
"src/runtime-profiler.cc",
"src/runtime-profiler.h",
+ "src/runtime/runtime-classes.cc",
"src/runtime/runtime-collections.cc",
"src/runtime/runtime-compiler.cc",
"src/runtime/runtime-i18n.cc",