[self-interest] VM crashing, expected behavior?

Tobias Pape Das.Linux at gmx.de
Wed Aug 15 09:50:59 UTC 2012


Am 14.08.2012 um 23:15 schrieb ungar at mac.com:

> Self does not support non-lifo blocks. This should be an error, not a crash.
> 
> 
> On Aug 14, 2012, at 7:16 AM, Tobias Pape <Das.Linux at gmx.de> wrote:
> 
>> Hi,
>> 
>> Do you think that this code
>> 
>> (message copy receiver: [
>> times delay: 300.
>> benchmarks measurePerformance.
>> ] Selector: 'value') fork resume.
>> 
>> should crash the VM?

So, this is a non-lifo as it refers to 'times' and 'benchmarks'?
would 

[ | :myGlobals | 
myGlobals delay: 300.
myGlobals measurePerformance.
] value: globals

be non-lifo?

Best
	-Tobias

PS: what about re-introducing full block closures?




More information about the Self-interest mailing list