| Index: src/macro-assembler.h
|
| diff --git a/src/macro-assembler.h b/src/macro-assembler.h
|
| index 2e4d1914a39f82becaf9d4502e8d3ccef093d128..b6830450e7f971e2af6ee4fb3f0300ac48b05d34 100644
|
| --- a/src/macro-assembler.h
|
| +++ b/src/macro-assembler.h
|
| @@ -29,6 +29,10 @@ enum AllocationFlags {
|
| DOUBLE_ALIGNMENT = 1 << 2,
|
| // Directly allocate in old space
|
| PRETENURE = 1 << 3,
|
| + // Allocation folding dominator
|
| + ALLOCATION_FOLDING_DOMINATOR = 1 << 4,
|
| + // Folded allocation
|
| + ALLOCATION_FOLDED = 1 << 5
|
| };
|
|
|
| #if V8_TARGET_ARCH_IA32
|
|
|