[squeak-dev] [Documentation] Where do I find a list of primitives implemented by the Squeak VM / Pharo VM?

H. Hirzel hannes.hirzel at gmail.com
Mon Mar 12 12:57:56 UTC 2018


[1] Which methods use primitives?
http://wiki.squeak.org/squeak/367

SystemNavigation new browseAllSelect:
[:method | method primitive > 0
and:
[(method primitive between: 256 and: 519)
not]]

[2] Graphics-Primitive
http://wiki.squeak.org/squeak/4017  (empty page)

On 3/12/18, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> Hello
>
> Where do I find a list of primitives implemented by the Squeak VM / Pharo
> VM?
>
> I assume most of the primitives are the same.
>
> I found some pages [1] and [2] related to primitives on the Swiki.
>
> What I am looking for is an updated
>
>     'List of primitives of the Squeak VM'
>
> It might just contain a reference to a source file in a repo.
>
> It should answer for example: 'what does primitive 121 implement?'
>
>
> Regards
>
> Hannes
>


More information about the Squeak-dev mailing list