Chromium Code Reviews| Index: vm/compiler.cc |
| =================================================================== |
| --- vm/compiler.cc (revision 6676) |
| +++ vm/compiler.cc (working copy) |
| @@ -137,6 +137,7 @@ |
| // Skips parsing if we need to only install unoptimized code. |
| if (!optimized && !Code::Handle(function.unoptimized_code()).IsNull()) { |
| InstallUnoptimizedCode(function); |
| + isolate->set_long_jump_base(base); |
|
srdjan
2012/04/18 15:43:47
Thanks for fixing this, and sorry about introducin
|
| return Error::null(); |
| } |
| if (setjmp(*jump.Set()) == 0) { |