Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: src/bootstrapper.cc

Issue 78813003: Add trigonometric table to the snapshot. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index bc52fa858feedd970e686368cae17f47eb445e0c..953a5f59773abfcd9e4ba0a9a8f8f687797acd32 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -1892,6 +1892,10 @@ bool Genesis::InstallNatives() {
InstallInternalArray(builtins, "InternalPackedArray", FAST_ELEMENTS);
}
+ {
+ InstallInternalArray(builtins, "InternalDoubleArray", FAST_DOUBLE_ELEMENTS);
+ }
+
if (FLAG_disable_native_files) {
PrintF("Warning: Running without installed natives!\n");
return true;
« no previous file with comments | « src/arm/code-stubs-arm.cc ('k') | src/code-stubs.cc » ('j') | src/code-stubs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698