[Q] Squeak to C code

Nevin Pratt nevin at smalltalkpro.com
Wed May 21 21:12:01 UTC 2003



Ned Konz wrote:

>We can generate C from a limited subset of Smalltalk. Unfortunately, 
>it's one in which there is no message lookup.
>
>  
>

While I've never looked at the 'C' generation stuff, I'm not at all 
surprised by the last part of your statement above ("...there is no 
message lookup").

Of course, a Smalltalk subset that doesn't have message lookup seems 
like it would be a rather infinitismally small subset indeed.  At first 
blush, this seems like it would be limited to all of the special methods 
that get inlined or otherwise avoid the messenger.  If so, that is a 
*very* small subset indeed!

I guess someday I'll just have to go look and see how big that subset 
actually is.

Nevin




More information about the Squeak-dev mailing list