| Index: src/globals.h
|
| ===================================================================
|
| --- src/globals.h (revision 8778)
|
| +++ src/globals.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2010 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -199,6 +199,8 @@
|
| const int kIntptrSize = sizeof(intptr_t); // NOLINT
|
| const int kPointerSize = sizeof(void*); // NOLINT
|
|
|
| +const int kDoubleSizeLog2 = 3;
|
| +
|
| #if V8_HOST_ARCH_64_BIT
|
| const int kPointerSizeLog2 = 3;
|
| const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000);
|
|
|