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

Unified Diff: include/v8.h

Issue 125133002: ARM: Enable the subnormal floats on QNX. Base URL: git://github.com/v8/v8.git@master
Patch Set: Rebaseline previous CL Created 6 years, 6 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
« no previous file with comments | « no previous file | samples/lineprocessor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 2739e070b634cac24804eb2e8813a7d451b13fb0..770924f3f5554a4f3f1f62a75e2505bcaa89a37f 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -4916,6 +4916,15 @@ class V8_EXPORT V8 {
static int ContextDisposedNotification();
/**
+ * Performs a per-thread setup. The embedder should invoke this method
+ * in all threads (including the main thread) before V8 is initialized.
+ *
+ * Currently, this method enables the subnormal float support on QNX/ARM.
+ * It is a no-op on all the other platforms.
+ */
+ static void PerformPerThreadSetup();
+
+ /**
* Initialize the ICU library bundled with V8. The embedder should only
* invoke this method when using the bundled ICU. Returns true on success.
*
« no previous file with comments | « no previous file | samples/lineprocessor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698