Dear Marc,<div><br></div><div>What's the performance issues about make-parameter that you pointed out recently about?<br><br><br>Ah btw on the same note, roughly how much more work is needed for capturing the continuation with |continuation-graft| or |call/cc|, than for allocating a closure?</div>

<div><br></div><div>Just to get an idea of how expensive continuations are.</div><div><br></div><div>I made a trivial call/cc test on my laptop and got something like 4 million call/cc:s per second, so clearly for trivial usecases the performance is extremely good. Would be happy to understand more how it plays out in complex code/execution environments, I mean, are we talking rather a million or a thousand per second?</div>

<div><br></div><div>And.. invoking a continuation is roughly as cheap as invoking a closure right (maybe plus some phasing in and out stack content)?</div><div><br><br>Thanks,</div><div>Mikael</div><div><br></div>