Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 5129dbd96e65047c64c4139b661a7a6415eb55b1..3905618612797c57468264e717aa1cc62d1fc91b 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -2158,6 +2158,7 @@ bool Isolate::Init(Deserializer* des) { |
| if (!Serializer::enabled()) { |
| // Ensure that the stub failure trampoline has been generated. |
|
Michael Starzinger
2013/03/06 16:01:04
The comment is outdated, this ensures that all stu
|
| HandleScope scope(this); |
| + StoreBufferOverflowStub::GenerateFixedRegStubsAheadOfTime(this); |
| CodeStub::GenerateFPStubs(this); |
| StubFailureTrampolineStub::GenerateAheadOfTime(this); |
| } |