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

Unified Diff: src/mksnapshot.cc

Issue 125133002: ARM: Enable the subnormal floats on QNX. Base URL: git://github.com/v8/v8.git@master
Patch Set: Reworked CL Created 6 years, 11 months 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
« include/v8.h ('K') | « src/d8.cc ('k') | src/platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mksnapshot.cc
diff --git a/src/mksnapshot.cc b/src/mksnapshot.cc
index 457f7b3a9a3af21bb9d70974c9be0d5b9cd1861a..c9a7bb829ed6165467de8123cb83ffa920245b4e 100644
--- a/src/mksnapshot.cc
+++ b/src/mksnapshot.cc
@@ -266,6 +266,7 @@ void DumpException(Handle<Message> message) {
int main(int argc, char** argv) {
+ V8::PerThreadSetUp();
V8::InitializeICU();
i::Isolate::SetCrashIfDefaultIsolateInitialized();
« include/v8.h ('K') | « src/d8.cc ('k') | src/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698