aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org>2014-09-30 00:05:10 +0000
committermachenbach@chromium.org <machenbach@chromium.org>2014-09-30 00:05:10 +0000
commit7e426183e2dd585b43750a1eb6ef7c6310282769 (patch)
tree31e151a2b5c4295df7edf6d42978f5d424c4f7db /BUILD.gn
parentb96d302b5a6bd54895b5eec90a0bdd41c11c64a2 (diff)
downloadv8-7e426183e2dd585b43750a1eb6ef7c6310282769.tar.gz
Version 3.29.93 (based on bleeding_edge revision r24283)
Add a getter for the address and size of the code range to the pulic API (issue 3598). Convert `obj` ToObject in Object.keys() (issue 3587). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@24298 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn15
1 files changed, 15 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 133090a79..bfe44395f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -440,6 +440,8 @@ source_set("v8_base") {
"src/background-parsing-task.h",
"src/bailout-reason.cc",
"src/bailout-reason.h",
+ "src/basic-block-profiler.cc",
+ "src/basic-block-profiler.h",
"src/bignum-dtoa.cc",
"src/bignum-dtoa.h",
"src/bignum.cc",
@@ -471,6 +473,8 @@ source_set("v8_base") {
"src/compiler/access-builder.h",
"src/compiler/ast-graph-builder.cc",
"src/compiler/ast-graph-builder.h",
+ "src/compiler/basic-block-instrumentor.cc",
+ "src/compiler/basic-block-instrumentor.h",
"src/compiler/change-lowering.cc",
"src/compiler/change-lowering.h",
"src/compiler/code-generator-impl.h",
@@ -820,10 +824,21 @@ source_set("v8_base") {
"src/rewriter.h",
"src/runtime-profiler.cc",
"src/runtime-profiler.h",
+ "src/runtime/runtime-collections.cc",
+ "src/runtime/runtime-compiler.cc",
"src/runtime/runtime-i18n.cc",
+ "src/runtime/runtime-json.cc",
+ "src/runtime/runtime-maths.cc",
+ "src/runtime/runtime-numbers.cc",
+ "src/runtime/runtime-regexp.cc",
+ "src/runtime/runtime-strings.cc",
+ "src/runtime/runtime-test.cc",
+ "src/runtime/runtime-typedarray.cc",
+ "src/runtime/runtime-uri.cc",
"src/runtime/runtime-utils.h",
"src/runtime/runtime.cc",
"src/runtime/runtime.h",
+ "src/runtime/string-builder.h",
"src/safepoint-table.cc",
"src/safepoint-table.h",
"src/sampler.cc",