[LLVMdev] 32-bit indexes
Jon Harrop
jon at ffconsultancy.com
Tue Dec 4 09:08:51 PST 2007
On Tuesday 04 December 2007 16:38, Duncan Sands wrote:
> Ah, memory allocation! I think you want to declare a very long array type
> and then alloc one of them (rather than trying to alloc a large number of
> array components).
I see. I was indeed making a mistake. This begs the question of what exactly I
was doing though. What exactly does "alloc a large number of array
components" do then? Is it for allocating many arrays of the same type and
length at the same time? Like a matrix?
--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/products/?e
More information about the llvm-dev
mailing list