Reviewers: Yang,
Description:
Remove unnecessary isolate TLS from compiler jobs
BUG=none
[email protected]
LOG=n
Please review this at https://codereview.chromium.org/632903003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -1 lines):
M src/optimizing-compiler-thread.cc
Index: src/optimizing-compiler-thread.cc
diff --git a/src/optimizing-compiler-thread.cc
b/src/optimizing-compiler-thread.cc
index
a5ab106405ac9b29dc469ffebbe5f2072dd953b4..0e5bd1db333bdd1043ad2fc3fe95584ca087ab67
100644
--- a/src/optimizing-compiler-thread.cc
+++ b/src/optimizing-compiler-thread.cc
@@ -25,7 +25,6 @@ class OptimizingCompilerThread::CompileTask : public
v8::Task {
private:
// v8::Task overrides.
virtual void Run() OVERRIDE {
- 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.