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

Unified Diff: src/objects.h

Issue 1488593003: Optimize clearing of map transitions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: base Created 5 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index cd7b6cf060f7dd52cdc47084b7b5f633938df63d..7881c3a5864c3bbe0df7b5f6d52b09d99810dbd6 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -9466,7 +9466,7 @@ class WeakCell : public HeapObject {
DECL_ACCESSORS(next, Object)
- inline void clear_next(Heap* heap);
+ inline void clear_next(Object* the_hole_value);
Hannes Payer (out of office) 2015/12/08 14:19:41 +1
inline bool next_cleared();

Powered by Google App Engine
This is Rietveld 408576698