2017-02-24 16:36 GMT+01:00 Pavel Krivanek <pavel.krivanek@gmail.com>:
The "guest" object memory runs in a special virtual machine simulator during the bootstrapping. That simulator uses AST Interpreter to execute the code inside the guest environment before it is installed for real. It uses own special kind of proxies and tricks to do it. The current bootstrap cannot run without class builder in the guest environment, but...
��
And how much smaller could the image get if the class builder was removed.

...Guille in his thesis tried different approaches and he was able to produce extremely small images ��(~10 KiB) that did for example only a sum of two numbers.��

Is it future approach for bootstrap?��
How faster or slower bootstrap process with it?