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

Unified Diff: runtime/vm/compiler.h

Issue 1863273002: Fix background compilation queue access. Some cleanups. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: sync Created 4 years, 8 months 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 | « no previous file | runtime/vm/compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler.h
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h
index 01822ace3c3d98544a6ce52bf641e9d39c8741d3..5bbc5554019732a578c99280f284ffa6d1fa2a83 100644
--- a/runtime/vm/compiler.h
+++ b/runtime/vm/compiler.h
@@ -156,6 +156,8 @@ class Compiler : public AllStatic {
// No OSR compilation in the background compiler.
class BackgroundCompiler : public ThreadPool::Task {
public:
+ virtual ~BackgroundCompiler();
+
static void EnsureInit(Thread* thread);
static void Stop(BackgroundCompiler* task);
« no previous file with comments | « no previous file | runtime/vm/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698