[Modules] Upper case message names for accessing modules

Stephen Pair spair at advantive.com
Thu Feb 21 18:46:48 UTC 2002


Tim wrote:
> I'm pretty sure that it needs no VM change for this. The 
> Compiler needs to generate pushLiteralConstant + send #value 
> rather than pushLiteralVariable. Hmm, frees up 32 bytecodes too.

Ah...yes.  Just drop #pushLiteralVariableBytecode and friends all
together.  We free up bytecodes, eliminate code from the interpreter,
make things more flexible...it has to be done.

- Stephen




More information about the Squeak-dev mailing list