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

Unified Diff: src/incremental-marking.h

Issue 7329049: Patch RecordWriteStub after adding it to the stub cache not during generation. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 5 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
Index: src/incremental-marking.h
diff --git a/src/incremental-marking.h b/src/incremental-marking.h
index a97ba793176516517255e30417f2c22a126117d3..2e0886ae2c04ce4d49e29420c78b9dc8e8bc5f37 100644
--- a/src/incremental-marking.h
+++ b/src/incremental-marking.h
@@ -162,6 +162,8 @@ class IncrementalMarking {
bool IsCompacting() { return IsMarking() && is_compacting_; }
+ void ActivateGeneratedStub(Code* stub);
+
private:
void set_should_hurry(bool val) {
should_hurry_ = val;

Powered by Google App Engine
This is Rietveld 408576698