| Index: runtime/vm/opt_code_generator_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/opt_code_generator_ia32.cc (revision 2528)
|
| +++ runtime/vm/opt_code_generator_ia32.cc (working copy)
|
| @@ -431,9 +431,6 @@
|
| // TODO(srdjan): Add check that no object is inlined in the first
|
| // 5 bytes (length of a jump instruction).
|
| void OptimizingCodeGenerator::GeneratePreEntryCode() {
|
| - __ cmpl(ESP,
|
| - Address::Absolute(Isolate::Current()->stack_limit_address()));
|
| - __ j(BELOW_EQUAL, &StubCode::StackOverflowLabel());
|
| }
|
|
|
|
|
|
|