5 I think instead of scattering classes around I will have them in some kind of
6 `impl` package for architecture specific stuff.
10 For `JITConfig` things will be quite detached.
14 The `JITConfig` class will not be creating pipes and machine code outputs and
15 such, it should solely be used for storing the configuration.
19 Ok so, `HighLevelBlock` is much better than the expanded pipe, because this
20 means that certain checks only have to be performed once rather than them
21 being implemented by every expanded pipe implementation. So this is far