15 Sep 2009 22:17
Re: heap allocation?
I am computing Fibonacci numbers the hard wayAfter 1000000th number, I get out of memory message. Maybe I have hit the max resource allocation limit.. -ishwar On Tue, 15 Sep 2009, roger peppe wrote: > almost all allocation is heap allocation in inferno. > e.g. > > x := array[1024] of byte; > > allocates x on the heap. > > but perhaps that's not what you mean? > > > 2009/9/15 Ishwar Rattan <ishwar@...>: >> >> Is there a way to do this in Inferno? >> >> -ishwar >> >> >
After 1000000th number, I get out of memory
message. Maybe I have hit the max resource allocation
limit..
-ishwar
On Tue, 15 Sep 2009, roger peppe wrote:
> almost all allocation is heap allocation in inferno.
> e.g.
>
> x := array[1024] of byte;
>
> allocates x on the heap.
>
> but perhaps that's not what you mean?
>
>
> 2009/9/15 Ishwar Rattan <
RSS Feed