[Issue 5710] cannot use delegates as parameters to non-global template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 30 09:38:36 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=5710



--- Comment #13 from Andrei Alexandrescu <andrei at metalanguage.com> 2012-07-30 09:38:34 PDT ---
I think Kenji's design is very promising. I assume it uses static arrays, i.e.
no dynamic allocation. On the other hand, we need to think this through quite
carefully. One example is that some frames must be dynamically allocated, and
others don't. So the array of frame pointers would contain in the general case
a mix of pointers to the stack and pointers to the heap. Hopefully that doesn't
impact the design.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list