We (@guillep @jordanmontt @doste @RenaudFondeur and me in the VMDojo) make a small change to profile the bytecode numbers executed by the interpreter.
A PROFILE option to cmake was added, so we can control the profiling easily without editing the code :)
For now there is only Bytecode as accepted value (or None as default for a normal, non-profiling VM). We are thinking to add more options like Profile message sends.
We (@guillep @jordanmontt @doste @RenaudFondeur and me in the VMDojo) make a small change to profile the bytecode numbers executed by the interpreter.
A
PROFILE
option to cmake was added, so we can control the profiling easily without editing the code :)For now there is only
Bytecode
as accepted value (orNone
as default for a normal, non-profiling VM). We are thinking to add more options like Profile message sends.