search for: b57cb59d

Displaying 3 results from an estimated 3 matches for "b57cb59d".

2004 Oct 18
2
[LLVMdev] Fix for non-standard variable length array
> There was a similar problem some time ago, and was resolved with alloca. > I think it's a better solution to use the stack instead of the heap... Actually, I looked into this and alloca is not standard C++ since it can create problems for the exception handling (although it compiles fine with Visual C). This is probably why there have been compilation problems on some platforms
2004 Oct 18
0
[LLVMdev] Fix for non-standard variable length array
I submitted a patch with a std::vector, but was commited as alloca ;-P --- P On Oct 18, 2004, at 4:04 PM, Morten Ofstad wrote: >> There was a similar problem some time ago, and was resolved with >> alloca. I think it's a better solution to use the stack instead of >> the heap... > > Actually, I looked into this and alloca is not standard C++ since it > can
2004 Oct 18
3
[LLVMdev] Fix for non-standard variable length array
...pply them locally without waiting for them to be accepted in the main tree, but maybe there is a better way? m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041018/b57cb59d/attachment.txt>