Chromium Code Reviews| Index: vm/flow_graph_compiler.cc |
| =================================================================== |
| --- vm/flow_graph_compiler.cc (revision 9647) |
| +++ vm/flow_graph_compiler.cc (working copy) |
| @@ -76,7 +76,7 @@ |
| void FlowGraphCompiler::InitCompiler() { |
| - pc_descriptors_list_ = new DescriptorList(); |
| + pc_descriptors_list_ = new DescriptorList(64); |
| exception_handlers_list_ = new ExceptionHandlerList(); |
| block_info_.Clear(); |
| for (int i = 0; i < block_order_.length(); ++i) { |