Re: [PATCH v8 3/8] seccomp: add system call filtering using BPF
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2012-02-17 04:11:30
Also in:
linux-arch, lkml
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2012-02-17 04:11:30
Also in:
linux-arch, lkml
On 02/16/2012 07:27 PM, Indan Zupancic wrote:
A JIT won't be able to merge accesses because it also has to merge other instructions and recognize when 64-bit operations are done with 32-bit instructions. I think that will be too hard for a JIT.
Please Google "peephole optimizer". -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.