Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index f4f3752c83002d418e7534d65b349a991f3fb83a..15a447a22bb1f68064cc0f7d52a7e5a92ec913ff 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1508,7 +1508,8 @@ class HOptimizedGraphBuilder: public HGraphBuilder, public AstVisitor { |
| HInstruction* BuildFastLiteral(HValue* context, |
| Handle<JSObject> boilerplate_object, |
| Handle<JSObject> original_boilerplate_object, |
| - int size, |
| + int doubles_size, |
|
danno
2013/04/12 08:15:38
how about using "data_space_size" and "pointer_spa
Hannes Payer (out of office)
2013/04/12 08:38:13
I renamed it to "data_size" and "pointer_size".
|
| + int objects_size, |
| AllocationSiteMode mode, |
| BailoutId id); |