commit | c45cb8bb89fc798489869982c4c463b26ce43d7b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Sep 19 13:49:15 2014 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Thu Feb 12 21:21:38 2015 -0800 |
tree | 5d83e8a32cb947fe316b71e72a033d707da7ca50 | |
parent | fe700adb3db5b028b504423b946d4ee5200a8f2f [diff] |
tcg: Put opcodes in a linked list The previous setup required ops and args to be completely sequential, and was error prone when it came to both iteration and optimization. Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>