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

Unified Diff: src/objects-printer.cc

Issue 2620753003: [TypeFeedbackVector] Root literal arrays in function literals slots (Closed)
Patch Set: Compile fix. Created 3 years, 11 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/objects-printer.cc
diff --git a/src/objects-printer.cc b/src/objects-printer.cc
index 4c1c32b0469edf5a048ccddf147aae261b3256a0..5b41a703f279edd4a65f9c7ce7ecb08b1811e4b3 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -808,7 +808,6 @@ void TypeFeedbackVector::TypeFeedbackVectorPrint(std::ostream& os) { // NOLINT
case FeedbackVectorSlotKind::STORE_DATA_PROPERTY_IN_LITERAL_IC: {
StoreDataPropertyInLiteralICNexus nexus(this, slot);
os << Code::ICState2String(nexus.StateFromFeedback());
- break;
}
case FeedbackVectorSlotKind::CREATE_CLOSURE: {
// TODO(mvstanton): Integrate this into the iterator.

Powered by Google App Engine
This is Rietveld 408576698