Simply replace F_CALL <builtin_function> with F_CALL_BUILTIN <index>
Not so simple when --use-machinecode is active.
The ideal solution would probably be portable bytecode that is converted into the internal represenation when the object file is loaded.
Yup.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-07-04 15:28: Subject: Re: Warnings from startup script
It can be made just as fast by introducing a simple optimization pass as the last step of the decoding of code.
Simply replace F_CALL <builtin_function> with F_CALL_BUILTIN <index>
The ideal solution would probably be portable bytecode that is converted into the internal represenation when the object file is loaded.
/ Per Hedbor ()