[squeak-dev] "inline:"

Igor Stasenko siguctua at gmail.com
Tue Sep 2 17:04:40 UTC 2008


2008/9/2 Ang Beepeng <beepeng86 at yahoo.com>:
>
> I have been following tutorials on writing named primitive. I come accross
> "self inline: true". What is it mean by that?
>

It means that method body will be inlined in another function which
calling it, instead of be declared separately.
But for primitives this means nothing, because all primitives should use
self export: true
and obviously should be a standalone C functions.

> Thanks.
> Ang Beepeng
> --
> View this message in context: http://www.nabble.com/%22inline%3A%22-tp19273697p19273697.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list