| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 6384)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -296,6 +296,9 @@
|
| explicit HGraph(CompilationInfo* info);
|
|
|
| CompilationInfo* info() const { return info_; }
|
| +
|
| + bool AllowAggressiveOptimizations() const;
|
| +
|
| const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; }
|
| const ZoneList<HPhi*>* phi_list() const { return phi_list_; }
|
| Handle<String> debug_name() const { return info_->function()->debug_name(); }
|
|
|