Collect statistics on bytecode use in insnsb.c
commita5c31197f5eca5c5b5675fea0c6596a26976238e
authorH. Peter Anvin <hpa@zytor.com>
Wed, 8 Oct 2008 23:56:35 +0000 (8 16:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 8 Oct 2008 23:56:35 +0000 (8 16:56 -0700)
treeed50a78df8f0d2e226749df334c10622eb2458e5
parente67484e3cbbbf0952747f48164cd6c3904cea2e6
Collect statistics on bytecode use in insnsb.c

We are starting to have to worry about running short on available
bytecodes, especially where we encode the operand number in the byte
code.  Thus, compile a table of bytecode usage and include as a
comment in insnsb.c.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.pl