Re: PDB and Images.
Jan-Paul Bultmann <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
On Jun 26, 2011, at 2:13 AM, Steve Dekorte wrote: > > On 2011-06-25 Sat, at 06:34 AM, Jan-Paul Bultmann wrote: > > Hey, do you think it would be possible to use PDB as an self like Image? > > Yes. > > > Containing everything, even the compiled C functions and coroutines in execution. > > That would be very difficult. When the move to Io on Javascript is made, it will be continuation based and we'll at least be able to persist the stacks. > > So I suppose the Functions are hard but doable^^. Loki is capable of doing the linking, all one needs are the functions bytes :/ But aren't the stacks deepfreezed anyway, when a coroutine is paused? So there would be the need to access this data through the Coroutine Object, so that it will resume correctly. Is there some work on how the Coroutines are implemented? Oh and BTW is PDB inspired by this paper http://hal.inria.fr/docs/00/53/15/65/PDF/Mart10b-Smalltalks2010-Swapper-ImageSegments.pdf ? :D Cheers Jan > Steve > >