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

Unified Diff: src/deoptimizer.h

Issue 6542047: Basic implementation of incremental marking. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 10 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/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index d08b49efc4381fd538b03b0a2640b89e065adb03..cd31eed1d39dba60c5d2917f4b93ba3c99d73bb5 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -139,7 +139,8 @@ class Deoptimizer : public Malloced {
// Patch stack guard check at instruction before pc_after in
// the unoptimized code to unconditionally call replacement_code.
- static void PatchStackCheckCodeAt(Address pc_after,
+ static void PatchStackCheckCodeAt(Code* code,
Erik Corry 2011/02/22 12:27:19 Call this variable unoptimized_code?
Vyacheslav Egorov (Chromium) 2011/02/23 14:31:46 Done.
+ Address pc_after,
Code* check_code,
Code* replacement_code);

Powered by Google App Engine
This is Rietveld 408576698