Revision: 24430
Author: [email protected]
Date: Tue Oct 7 09:54:18 2014 UTC
Log: Remove unnecessary isolate TLS from compiler jobs
BUG=none
[email protected]
LOG=n
Review URL: https://codereview.chromium.org/632903003
https://code.google.com/p/v8/source/detail?r=24430
Modified:
/branches/bleeding_edge/src/optimizing-compiler-thread.cc
=======================================
--- /branches/bleeding_edge/src/optimizing-compiler-thread.cc Tue Oct 7
07:29:24 2014 UTC
+++ /branches/bleeding_edge/src/optimizing-compiler-thread.cc Tue Oct 7
09:54:18 2014 UTC
@@ -25,7 +25,6 @@
private:
// v8::Task overrides.
virtual void Run() OVERRIDE {
- Isolate::SetIsolateThreadLocals(isolate_, NULL);
DisallowHeapAllocation no_allocation;
DisallowHandleAllocation no_handles;
DisallowHandleDereference no_deref;
@@ -79,7 +78,6 @@
thread_id_ = ThreadId::Current().ToInteger();
}
#endif
- Isolate::SetIsolateThreadLocals(isolate_, NULL);
DisallowHeapAllocation no_allocation;
DisallowHandleAllocation no_handles;
DisallowHandleDereference no_deref;
--
--
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/d/optout.