Displaying 2 results from an estimated 2 matches for "3af56906".
2009 May 01
0
[LLVMdev] PointerIntPair causing trouble
Hi Nicolas,
On 1-May-09, at 6:32 AM, Nicolas Capens wrote:
> I’ve located a regression that causes my project to crash. It’s in
> revision 67979, where PointerIntPair is changed from storing the
> integer in the upper bits instead of the lower bits. My project is
> an experimental JIT-compiler in Windows.
We're looking into a similar bug right now. We see the problem
2009 May 01
7
[LLVMdev] PointerIntPair causing trouble
Hi all,
I've located a regression that causes my project to crash. It's in revision
67979, where PointerIntPair is changed from storing the integer in the upper
bits instead of the lower bits. My project is an experimental JIT-compiler
in Windows.
So I was wondering if anyone had any clue why the new PointerIntPair
implementation might fail. It doesn't seem very safe to me to