Posted Apr 14, 2011 16:28 UTC (Thu) by wahern (subscriber, #37304)
[Link]
Links? I can't find any JIT compiler in the FreeBSD kernel, at least skimming code in sys/net/bpf.c or bpf_filter.c.
I'd be interested in this because I'm looking for a tiny JIT compiler. MyJIT is the best I can find so far, but it can't recover from OOM errors and it's quite large, which means I'm too lazy to fix it.
A JIT for packet filters
Posted Apr 14, 2011 16:37 UTC (Thu) by trasz (guest, #45786)
[Link]