JSImmediate.h 64 bit compatibility problem?
30 Jun
2008
30 Jun
'08
9:22 a.m.
I see the following code, which works for 32 bit but not 64 bit. Is there another file or function somewhere that's for 64 bit? static bool isNegative(const JSValue* v) { ASSERT(isNumber(v)); return reinterpret_cast<uintptr_t>(v) & 0x80000000; }
30 Jun
30 Jun
9:58 a.m.
On Jun 30, 2008, at 1:22 PM, Paul Pedriana wrote:
I see the following code, which works for 32 bit but not 64 bit. Is there another file or function somewhere that's for 64 bit?
JSImmediates are 32 bit, even on 64 bit platforms. What is the problem that you are seeing? - WBR, Alexey Proskuryakov
6343
Age (days ago)
6343
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexey Proskuryakov
-
Paul Pedriana