Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 09:49:36 +0100
From:      Roman Divacky <rdivacky@freebsd.org>
To:        Jung-uk Kim <jkim@FreeBSD.org>
Cc:        svn-src-projects@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r243914 - projects/bpfjit
Message-ID:  <20121206084936.GA58940@freebsd.org>
In-Reply-To: <201212052312.qB5NC2Hn056351@svn.freebsd.org>
References:  <201212052312.qB5NC2Hn056351@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121206084936.GA58940>