Chromium Code Reviews| Index: src/register-allocator.cc |
| =================================================================== |
| --- src/register-allocator.cc (revision 2476) |
| +++ src/register-allocator.cc (working copy) |
| @@ -44,6 +44,12 @@ |
| } |
| +Result::ZoneObjectList* Result::ConstantList() { |
| + static ZoneObjectList list(10); |
| + return &list; |
| +} |
| + |
| + |
| // ------------------------------------------------------------------------- |
| // RegisterAllocator implementation. |