Hey guys,<br><br>I&#39;ve been lurking this list for a while and I got a few questions about the callcc design.<br><br>From reading the patches when yielding from a contituation the pertinent stack frames are copied. Have you<br>
considered allocating the continuation stack separately and switching to it on callcc? Growing it on stack <br>overflow is sticky but doable. This would only work for delimited continuations, would require to switch back<br>
to the original stack on managed&lt;-&gt;unmanaged transitions. I guess the overall performance hit would be small,<br>but avoiding a lot of&nbsp; copies would surelly be a big win. <br><br>Other question, how do you plan to handle yielding when runtime frames  are in the middle? As, for example,<br>
caused by class initialization.<br><br>Thanks,<br>Rodrigo<br>