summaryrefslogtreecommitdiff
path: root/src/third_party/v8
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2012-10-25 17:09:11 -0400
committerJason Rassi <rassi@10gen.com>2012-10-29 15:53:42 -0400
commitfe304038351a277d9292fbb64db259d596bb8ed4 (patch)
treea8d0c8ce354bbb2030c99071a9808588729bf438 /src/third_party/v8
parent8e05f3628784779fb20b6779f7b0fb34b0056fbc (diff)
downloadmongo-fe304038351a277d9292fbb64db259d596bb8ed4.tar.gz
SERVER-7086 Add README for src/third_party/v8 directory
Diffstat (limited to 'src/third_party/v8')
-rw-r--r--src/third_party/v8/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/third_party/v8/README b/src/third_party/v8/README
new file mode 100644
index 00000000000..9625356ba30
--- /dev/null
+++ b/src/third_party/v8/README
@@ -0,0 +1,36 @@
+This directory contains (as of writing) the latest version of V8 on
+the 3.12 branch. See src/version.cc for the full version number.
+
+Use the following to generate the base tree:
+
+ git clone -b 3.12 git://github.com/v8/v8
+
+These V8 files have been removed from the base tree for cleanliness
+and to satisfy space constraints:
+
+ benchmarks/
+ build/
+ DEPS
+ Makefile
+ Makefile.android
+ preparser/
+ samples/
+ SConstruct
+ src/SConscript
+ src/arm/
+ src/mips/
+ test/
+
+And these files have been added to complete the integration with the
+MongoDB build system:
+
+ experimental-libraries.cc [1]
+ libraries.cc [1]
+ README
+ SConscript [2]
+
+[1] These files were generated using V8's JS2C utility, and need to
+ be updated upon changes to the underlying .js files in future
+ versions of V8.
+[2] The contents of this file are heavily borrowed from V8's
+ src/SConscript.