Chromium Code Reviews| Index: src/code-stubs.h |
| =================================================================== |
| --- src/code-stubs.h (revision 8763) |
| +++ src/code-stubs.h (working copy) |
| @@ -955,7 +955,11 @@ |
| void CheckOddball(MacroAssembler* masm, |
| Type type, |
| +#if V8_TARGET_ARCH_IA32 |
|
danno
2011/08/01 11:36:13
Why don't you make CheckOddball a method in the Ma
Kevin Millikin (Chromium)
2011/08/01 11:51:55
I thought it was because it needs the types_. The
|
| Handle<Object> value, |
|
Kevin Millikin (Chromium)
2011/08/01 11:32:04
I don't really like using the preprocessor like th
|
| +#else |
| + Heap::RootListIndex value, |
| +#endif |
| bool result, |
| Label* patch); |
| void GenerateTypeTransition(MacroAssembler* masm); |