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

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: 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
« 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 96d8c6fb6a136c54784850ba10fe23489529ec89..e965c5239b182ec1288403c9403e1ba4f46ed0b3 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -4731,6 +4731,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 PerThreadSetUp();
jochen (gone - plz use gerrit) 2014/01/22 11:26:20 I'd prefer a name of the form Verb+Action, e.g. Pe
+
+ /**
* 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