Chromium Code Reviews

Unified Diff: src/handles.h

Issue 10807024: Optimize functions on a second thread. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/flags.cc ('k') | src/handles-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/handles.h
diff --git a/src/handles.h b/src/handles.h
index c4180d57c0e49455383839d7c10d3721d37e869c..b35693e95fa17d6d3d2dfc94dfbbd68217b01001 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -327,6 +327,7 @@ class NoHandleAllocation BASE_EMBEDDED {
inline ~NoHandleAllocation();
private:
int level_;
+ bool active_;
#endif
};
« no previous file with comments | « src/flags.cc ('k') | src/handles-inl.h » ('j') | no next file with comments »

Powered by Google App Engine