Re: A different stack discipline

2018-11-03 Thread Hugo Hörnquist
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,

Re: A different stack discipline

2018-11-03 Thread 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 problem that > Guile is really slow in restoring continuations, d

Re: A different stack discipline

2018-11-03 Thread Mikael Djurfeldt
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