Index: src/code-stubs-hydrogen.cc |
diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc |
index 8168aac4b861f804be40bd3857c066b380d6a851..3ca301ca6c3a6c215097d6f0afbfa575e5df08e7 100644 |
--- a/src/code-stubs-hydrogen.cc |
+++ b/src/code-stubs-hydrogen.cc |
@@ -2029,6 +2029,10 @@ HValue* CodeStubGraphBuilder<MegamorphicLoadStub>::BuildCodeStub() { |
// megamorphic case is handled as part of the default stub. |
DCHECK(!FLAG_vector_ics); |
+ // This stub tail calls, and an erected frame presents complications we don't |
+ // need. |
+ info()->MarkMustNotHaveEagerFrame(); |
+ |
// Probe the stub cache. |
Add<HTailCallThroughMegamorphicCache>(receiver, name); |