pharo-project / pharo-vm

This is the VM used by Pharo

Home Page:http://pharo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UndeclaredVariableRead: Attempt to read undeclared variable BytesPerWord

hernanmd opened this issue · comments

In pharo-12 branch (and IIRC pharo-10) there is an UndeclaredVariableRead exception when generating the sources. You can reproduce it by installing the pharo-12 branch in a Pharo 12 image and then evaluating:

(PharoVMMaker
    on: CoInterpreter
    outputDirectory: 'example' asFileReference)
        internal: #(  ) external: #( LargeIntegersPlugin );
        generateExternalPlugins.

UndeclaredVariableRead Attempt to read undeclared variable BytesPerWord.

I think it for now it is enough to just use self bytesPerWord?