Displaying 5 results from an estimated 5 matches for "tp33486161p33487147".
2012 Mar 12
2
[LLVMdev] LLI Segfaulting
...>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://old.nabble.com/LLI-Segfaulting-tp33486161p33487147.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Mar 12
0
[LLVMdev] LLI Segfaulting
...________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/LLI-Segfaulting-tp33486161p33487147.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- n...
2012 Mar 12
1
[LLVMdev] LLI Segfaulting
...t; LLVM Developers mailing list
>> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/LLI-Segfaulting-tp33486161p33487147.html
>> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmd...
2012 Mar 12
0
[LLVMdev] LLI Segfaulting
Hi Fraser,
Is there anything preventing you from using a pointer for the second part of the structure and allocating memory for it later?
Thanks,
Gavin
On Mar 12, 2012, at 10:35 AM, Fraser Cormack wrote:
>
> Hi Duncan,
>
>
> Duncan Sands wrote:
>>
>> Hi Fraser, it looks to me like you are smashing the stack.
>>
>>> define void @main() nounwind {
2012 Mar 12
2
[LLVMdev] LLI Segfaulting
Hi Duncan,
Duncan Sands wrote:
>
> Hi Fraser, it looks to me like you are smashing the stack.
>
>> define void @main() nounwind {
>> allocas:
>> %0 = alloca { i32, [0 x i32] }, align 8
>
> ^ this allocates 4 bytes on the stack.
>
>> %2 = getelementptr inbounds { i32, [0 x i32] }* %0, i64 0, i32 1
>
> ^ this gets a pointer to the byte