Chromium Code Reviews| Index: src/arm/constants-arm.h |
| =================================================================== |
| --- src/arm/constants-arm.h (revision 4519) |
| +++ src/arm/constants-arm.h (working copy) |
| @@ -72,6 +72,10 @@ |
| # define CAN_USE_THUMB_INSTRUCTIONS 1 |
| #endif |
| +#if CAN_USE_UNALIGNED_ACCESSES |
| +#define V8_TARGET_CAN_READ_UNALIGNED 1 |
| +#endif |
| + |
| // Using blx may yield better code, so use it when required or when available |
| #if defined(USE_THUMB_INTERWORK) || defined(CAN_USE_ARMV5_INSTRUCTIONS) |
| #define USE_BLX 1 |