The section, as far as I can see, just describes a machine
which pushes continuation instead of the PC counter to the
stack.
Also, while in theory quite nice it has the problem that
Guile is really slow in restoring continuations, due to the
fact that we have complete C interoperability.
On Wed,
On Sat, Nov 3, 2018 at 4:30 PM Hugo Hörnquist wrote:
> The section, as far as I can see, just describes a machine
> which pushes continuation instead of the PC counter to the
> stack.
>
> Also, while in theory quite nice it has the problem that
> Guile is really slow in restoring continuations, d
Den lör 3 nov. 2018 19:16 skrev Mikael Djurfeldt :
> On Sat, Nov 3, 2018 at 4:30 PM Hugo Hörnquist wrote:
>
>> The section, as far as I can see, just describes a machine
>> which pushes continuation instead of the PC counter to the
>> stack.
>>
>> Also, while in theory quite nice it has the probl