compile

fun compile(code: String, name: String, killIdField: String, evalId: Int): PlainEngine.Compiled

Compile code to woven class bytes. Off-tick, and warmUp must already have run — warming here would silently drop its SPLIT api pinning, since the first call is the one that sticks. name becomes the generated class's name, so a fixed one would give every snippet the same class.