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

Unified Diff: src/objects-printer.cc

Issue 2620753003: [TypeFeedbackVector] Root literal arrays in function literals slots (Closed)
Patch Set: Comments, TODOs. 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;
Michael Starzinger 2017/01/11 12:07:27 Looks like accidental deletion. I think this is a
mvstanton 2017/01/11 13:14:52 yowza, thanks!
}
case FeedbackVectorSlotKind::CREATE_CLOSURE: {
// TODO(mvstanton): Integrate this into the iterator.
« src/objects.h ('K') | « src/objects-inl.h ('k') | src/runtime/runtime-interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698