I’ve noticed the compiler always generates an _initialize function, irrespective as to whether the program needs it. Is there any work to conditionally include this function if its needed? It looks like the function does a bunch of different things but could it also be set as a start function if its idempotent? I guess this is a question for @bashor @Artem Kobzar