| Index: src/compiler/register-allocator.h
|
| diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h
|
| index 45c33712de70bb3cc3e64d4988238e6bf736d336..2b2851ed6fe2aed19855ca93110433d1d0507a23 100644
|
| --- a/src/compiler/register-allocator.h
|
| +++ b/src/compiler/register-allocator.h
|
| @@ -536,6 +536,7 @@ class RegisterAllocator FINAL : public ZoneObject {
|
|
|
| RegisterKind mode_;
|
| int num_registers_;
|
| + uint8_t first_register_to_try_; // For robin round register picking.
|
|
|
| BitVector* assigned_registers_;
|
| BitVector* assigned_double_registers_;
|
|
|