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

Unified Diff: src/heap/mark-compact.h

Issue 1225573002: Record code slots that may point to evacuation candidate objects after deoptimizing them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index 3db029e61021f87628087d286fefec3c89e1bf86..0aa30d12f868e4976d30631fe50194feab344f47 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -745,6 +745,9 @@ class MarkCompactCollector {
// invalid_object.
void RemoveObjectSlots(HeapObject* invalid_object);
+ // Record slots of deoptimized code that may point to evacuation candidates.
+ void RecordDeoptimizedCodeSlots(Code* code);
+
private:
class SweeperTask;
« src/deoptimizer.cc ('K') | « src/deoptimizer.cc ('k') | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698