Replaced the need for code word tables by setting the header/trailer lengths
authorJosh Blum <josh@joshknows.com>
Fri, 18 Dec 2009 01:29:45 +0000 (17:29 -0800)
committerJosh Blum <josh@joshknows.com>
Fri, 18 Dec 2009 02:01:39 +0000 (18:01 -0800)
commit1912d90f062a7b391d071a590b24f062f2bd3183
tree20bb9ec5c7597f5becdf19cbef13e21d36bc3abd
parentfc4fa0a1894f0f85be1a76e48b922effb3d5dd9b
Replaced the need for code word tables by setting the header/trailer lengths
in the switch body jump table, just like in the unparser switch body.
vrt/lib/Makefile.am
vrt/lib/expanded_header.cc
vrt/lib/expanded_header_cw_tables.h [deleted file]
vrt/lib/expanded_header_parse_switch_body.h
vrt/lib/gen_cw_tables.py [deleted file]
vrt/lib/gen_parse_switch_body.py