Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 4ce62b77567805532afea54fb091f01308645e78..f4c6e7471db6d65f62f5462f0cb8675a802f75c9 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -274,6 +274,9 @@ class PipelineData { |
| schedule()); |
| sequence_ = new (instruction_zone()) InstructionSequence( |
| info()->isolate(), instruction_zone(), instruction_blocks); |
| +#if DEBUG |
| + sequence_->Validate(); |
|
Benedikt Meurer
2016/02/05 04:58:06
Nit: How about moving this to the end of the Instr
Mircea Trofin
2016/02/05 16:10:58
Done.
|
| +#endif |
| } |
| void InitializeFrameData(CallDescriptor* descriptor) { |