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

Unified Diff: src/v8threads.h

Issue 8888011: Ensure that non-optimized code objects are not flushed for inlined functions. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years 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 | « src/objects.h ('k') | test/mjsunit/regress/regress-97116.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8threads.h
diff --git a/src/v8threads.h b/src/v8threads.h
index 4002bb36c0d5b914211558ff6ed15c3e58e81345..a2aee4e3383c5519891f3302d9b96afbd94c7cbb 100644
--- a/src/v8threads.h
+++ b/src/v8threads.h
@@ -72,7 +72,7 @@ class ThreadState {
};
-// Defined in top.h
+// Defined in isolate.h.
class ThreadLocalTop;
« no previous file with comments | « src/objects.h ('k') | test/mjsunit/regress/regress-97116.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698