[Vm-dev] Why the context become a root

Mathieu Suen mathk.sue at gmail.com
Mon Nov 19 14:16:38 UTC 2007


Hi,

Inside Interpreter>>commonReturn the sender context is store inside  
the root table:

commonReturn
	...

	activeContext := thisCntx.
	(thisCntx < youngStart) ifTrue: [ self beRootIfOld: thisCntx ].
	...

I am asking why because it is not necessary that the sender context  
will contain young object?


	Mth





More information about the Vm-dev mailing list