02.10.12, 11:13, "David Laight" ":
>
> It is plausibly possible to have the packet filter code call into
> a loadable jit module (module registers a function pointer vector).
This is what I do already.
>
> Doing that will make testing easier.
In general, yes, but it's not possible to unload the
07.08.12, 13:32, "Martin Husemann" ":
>
> It is no big deal - adding support for another arch is quite easy (the MD
> code is small, but you need to understand ABI, registers, instruction
> encoding...)
Well, going down to instruction encoding is a big deal to me. This is
technically doable but