svn commit: r243914 - projects/bpfjit
Roman Divacky
rdivacky at freebsd.org
Thu Dec 6 08:57:46 UTC 2012
Hi,
David Chisnall started bpf jitter based on llvm. You can check
it out here:
http://people.freebsd.org/~theraven/bpfjit/
It's based on the idea of jitting the code in userspace and passing
the resulting code to the kernel via some interface (this part is
not done yet).
Roman
On Wed, Dec 05, 2012 at 11:12:02PM +0000, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Dec 5 23:12:01 2012
> New Revision: 243914
> URL: http://svnweb.freebsd.org/changeset/base/243914
>
> Log:
> Create a branch for BPF just-in-time compiler based on sljit.
>
> Added:
> - copied from r243913, head/
> Directory Properties:
> projects/bpfjit/ (props changed)
More information about the svn-src-projects
mailing list