Re: [PATCH v1] net: filter: Just In Time compiler
From: Eric Dumazet <hidden>
Date: 2011-04-03 09:04:14
From: Eric Dumazet <hidden>
Date: 2011-04-03 09:04:14
Le samedi 02 avril 2011 à 22:43 -0700, David Miller a écrit :
From: Eric Dumazet <redacted> Date: Sun, 03 Apr 2011 00:28:21 +0200quoted
In order to speedup packet filtering, here is an implementation of a JIT compiler for x86_64Looks great. Of course, everything should sit under arch/${ARCH}/ in the end, but this is an excellent proof of concept!
Yes. The real thing would be to implement iptables as JIT ;)