16:58:56yitziSpecifically, when in FASO build the kernel files are all loaded via bytecode, then each compiled with FASO. The "kernel" at this point is all bytecode. When cleavir finds a EVAL-WHEN (:COMPILE-TOPLEVEL) it calls cst-eval which eventually compiles and runs via bytecode. In other words all the evaluated code during the build including during COMPILE-FILE is all bytecode?
17:00:53bikeI... think so? There might be some stuff going through COMPILE that is actually native compiled, like constructors