From 8424432a87c784547e4510bca538eaedc312e40d Mon Sep 17 00:00:00 2001 From: Dan Bornstein Date: Wed, 17 Nov 2010 12:05:04 -0800 Subject: Generate the tables in InstrUtils.c...almost. This patch adds code to opcode-gen to generate the opcode info tables currently built at vm start time, but they are left commented out for now. I wanted to separate the work of getting these tables generated from the work of getting those new tables hooked up, and this seemed like a reasonable way to cut through the larger effort. To be clear, I've already verified that the data in the new pregenerated tables matches what's in the status quo. Change-Id: Ie73dc6c6a5721e8f714f845c97b5338141995770 --- opcode-gen/regen-all | 1 + 1 file changed, 1 insertion(+) (limited to 'opcode-gen/regen-all') diff --git a/opcode-gen/regen-all b/opcode-gen/regen-all index 4e5c38229..276893e7e 100755 --- a/opcode-gen/regen-all +++ b/opcode-gen/regen-all @@ -37,5 +37,6 @@ cd ".." ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/DalvOps.java ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/Dops.java ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/RopToDop.java +${progdir}/opcode-gen libdex/InstrUtils.c ${progdir}/opcode-gen libdex/OpCode.h ${progdir}/opcode-gen libdex/OpCodeNames.c -- cgit v1.2.3