commit | 40466c48e843221e010209e4baa4197debf7a092 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Nov 10 02:24:41 2022 +0700 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Nov 10 14:27:41 2022 +0700 |
tree | 2d9e5c3af866f56743161f88f9b2f6290bbea9a2 | |
parent | 1eff12f75acd62066399437042b7c016463ad932 [diff] |
sim: ppc: collapse is_readonly & length switch tables heavily Since we know we'll return 0 by default, we don't have to output case statements for readonly or length fields whose values are also zero. This is the most common case by far and thus generates a much smaller switch table in the end.