http://d.puremagic.com/issues/show_bug.cgi?id=5710
--- Comment #13 from Andrei Alexandrescu <[email protected]> 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: -------
