Module Name: src Committed By: alnsn Date: Sun Jul 13 18:48:27 UTC 2014
Modified Files:
src/sys/net: bpfjit.c
Log Message:
Don't use BJ_TMP2REG for 32bit packet reads. Assign this register to (buf+X)
in BPF_LD+BPF_IND and save one instruction.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/net/bpfjit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
