|
From: Andreas R. <and...@gm...> - 2004-04-08 13:13:02
|
Hi Craig, Since noone has commented on this yet, I'll take a stab: > - Incorporate method-lookup change to support remote message-sending, > in anticipation of Squat's support for minimal snapshots and > inter-system communication. What kind of method-lookup change? What is needed here and what are the implications for both speed and potential impact on JIT? > - Allocate header format five for Squat's method dictionary marking, > and version bits in method trailers for Squat's module system. I'm slightly hesitent to reserve an object format for something like method dictionary marking. Can you elaborate on why this would be needed? I would somewhat expect that a well-known class could do the same and we only have so many object format types. Version bits in method trailers shouldn't be needed if I understand the CM changes correctly - you might just add another iVar to CMs. > The Squat homepage is http://netjam.org/squat/. The release page has > links to all the relevant code. Hm... something a little more specific would be nice ;-) Cheers, - Andreas |