15:33:26drmeisterI'm getting errors when these inline functions are invoked.
15:34:00drmeisterOr no - they don't work with bytecode.
15:42:55Bikeprimops do not and will not work with bytecode, no
15:43:43Bikethe good way to handle this would be to do the function->primop translation in the compiler. then the source code just has function calls, and the bytecode compiler keeps them as function calls