[Seaside] Strongtalk

Boris Popov boris at deepcovelabs.com
Fri Oct 6 20:11:48 UTC 2006


If you can copy/restore the stack, you should be able to implement continuations. In Squeak and VisualWorks, you can get your hands on 'thisContext sender' which you can decompose, save then (later) load, compose, swap in place of a current stack and proceed. See class Continuation for how it does it (#initializeFromContext: and #restoreValues among others).

Hope this helps,

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Joseph Blatter
Sent: Friday, October 06, 2006 12:17 PM
To: Ron at USMedRec.com; The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] Strongtalk


"VMs do not support the stack-copying techniques
Seaside uses to implement backtracking"

I'd like to know where I can find information on these
stack-copying techniques. 
I mean, how to check if a VM does support it? there
are some key methods I should look for? 
thanks

 --- Ron Teitelbaum <Ron at USMedRec.com> escribió:

> I noticed this on the seaside site  www.seaside.st 
> 
> Seaside is not available for other Smalltalks at
> this time. Many Smalltalk
> VMs do not support the stack-copying techniques
> Seaside uses to implement
> backtracking. The status for various dialects is:
> . Smalltalk/X: not feasible 
> . VAST: not feasible 
> . Gnu Smalltalk: believed to be possible, but never
> tried 
> . Ambrai: unknown
> 
> Do you know if Strongtalk supports the stack-copying
> techniques Seaside
> uses?
> 
> Ron Teitelbaum
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 


__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list