i needed to make the "tracing" part - which i called "explain" - without jits, in 2007-8.. using combination of operator-overloading, variables-"declaring", and bytecode hacks [0].
Applied over set of (constrained) functions, and the result was well-formed trace of which var got what value because of what expression over what values.
So can these ~hacks be avoided now - or not really?
Applied over set of (constrained) functions, and the result was well-formed trace of which var got what value because of what expression over what values.
So can these ~hacks be avoided now - or not really?
[0] https://github.com/svilendobrev/svd_util/blob/master/tracer....