digitalmars.D.learn - Stack allocator?
- Robert Fraser (4/4) Apr 18 2009 I remember a while back someone posted an easy dynamic stack
- Tim Matthews (4/9) Apr 18 2009 Tango has this:
- Denis Koroskin (4/13) Apr 19 2009 I believe he means something like type-safe alloca(). In this case I wou...
- Robert Fraser (2/25) Apr 20 2009 Yes; that's exactly what I was in the mood for. Thanks!
- Robert Fraser (3/26) Apr 20 2009 Yes; that's exactly what I was in the mood for. Thanks! Any Tango + D1
I remember a while back someone posted an easy dynamic stack allocator... anyone have the link? Thanks, Robert
Apr 18 2009
On Sat, 18 Apr 2009 16:42:28 -0700 Robert Fraser <fraserofthenight gmail.com> wrote:I remember a while back someone posted an easy dynamic stack allocator... anyone have the link? Thanks, RobertTango has this: http://dsource.org/projects/tango/docs/stable/tango.util.container.more.Stack.html
Apr 18 2009
On Sun, 19 Apr 2009 10:15:41 +0400, Tim Matthews <tim.matthews7 gmail.com> wrote:On Sat, 18 Apr 2009 16:42:28 -0700 Robert Fraser <fraserofthenight gmail.com> wrote:I believe he means something like type-safe alloca(). In this case I would recommend you to take a look at TempAlloc: http://dsource.org/projects/scrapple/browser/trunk/tempAlloc/tempAlloc.d It is very fast and makes guaranties that you won't get stack overflow.I remember a while back someone posted an easy dynamic stack allocator... anyone have the link? Thanks, RobertTango has this: http://dsource.org/projects/tango/docs/stable/tango.util.container.more.Stack.html
Apr 19 2009
Denis Koroskin wrote:On Sun, 19 Apr 2009 10:15:41 +0400, Tim Matthews <tim.matthews7 gmail.com> wrote:Yes; that's exactly what I was in the mood for. Thanks!On Sat, 18 Apr 2009 16:42:28 -0700 Robert Fraser <fraserofthenight gmail.com> wrote:I believe he means something like type-safe alloca(). In this case I would recommend you to take a look at TempAlloc: http://dsource.org/projects/scrapple/browser/trunk/tempAlloc/tempAlloc.d It is very fast and makes guaranties that you won't get stack overflow.I remember a while back someone posted an easy dynamic stack allocator... anyone have the link? Thanks, RobertTango has this: http://dsource.org/projects/tango/docs/stable/tango.util.conta ner.more.Stack.html
Apr 20 2009
Denis Koroskin wrote:On Sun, 19 Apr 2009 10:15:41 +0400, Tim Matthews <tim.matthews7 gmail.com> wrote:Yes; that's exactly what I was in the mood for. Thanks! Any Tango + D1 versions (if not, I'll convert it & post it here)On Sat, 18 Apr 2009 16:42:28 -0700 Robert Fraser <fraserofthenight gmail.com> wrote:I believe he means something like type-safe alloca(). In this case I would recommend you to take a look at TempAlloc: http://dsource.org/projects/scrapple/browser/trunk/tempAlloc/tempAlloc.d It is very fast and makes guaranties that you won't get stack overflow.I remember a while back someone posted an easy dynamic stack allocator... anyone have the link? Thanks, RobertTango has this: http://dsource.org/projects/tango/docs/stable/tango.util.conta ner.more.Stack.html
Apr 20 2009