tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bpf jit



Zoltán Herczeg wrote:
> The primary design points of sljit:
> 1) be lightweight - lighter than a library. In PCRE-JIT the compiler is 
> simply included with a #include, so it is not possible to use the JIT 
> compiler through PCRE, and the unnecessary functions (i.e. floating point 
> arithmetic) are also removed by the linker.

The same effect can be achieved with .a library. I think I can make an
internal (which don't get installed into /usr/lib) static library and
link tests with it.

Alex


Home | Main Index | Thread Index | Old Index