Revision: 17736
Author:   [email protected]
Date:     Thu Nov 14 11:37:32 2013 UTC
Log:      Deprecate v8::Locker::{Start,Stop}Preemption

BUG=v8:3004
[email protected]

Review URL: https://codereview.chromium.org/63173022
http://code.google.com/p/v8/source/detail?r=17736

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Wed Nov 13 14:05:06 2013 UTC
+++ /branches/bleeding_edge/include/v8.h        Thu Nov 14 11:37:32 2013 UTC
@@ -5246,19 +5246,11 @@

   ~Locker();

-  /**
-   * Start preemption.
-   *
-   * When preemption is started, a timer is fired every n milliseconds
-   * that will switch between multiple threads that are in contention
-   * for the V8 lock.
-   */
-  static void StartPreemption(Isolate* isolate, int every_n_ms);
+  V8_DEPRECATED("This will be remvoed.",
+ static void StartPreemption(Isolate *isolate, int every_n_ms));

-  /**
-   * Stop preemption.
-   */
-  static void StopPreemption(Isolate* isolate);
+  V8_DEPRECATED("This will be removed",
+                static void StopPreemption(Isolate* isolate));

   /**
* Returns whether or not the locker for a given isolate, is locked by the

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to