commit | fe57faa2e0349418dda38e77ef1c0ac29db75f4d | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Fri Sep 18 09:26:15 2015 -0400 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Mon Sep 21 07:23:45 2015 -0400 |
tree | 38ba7a406f8a86a1152bd6c9f2d0a6c677423211 | |
parent | 9e30c0e177adabaaf94a66c91130a19a7632fc7c [diff] |
[optimizing] Add basic PackedSwitch support Add HPackedSwitch, and generate it from the builder. Code generators convert this to a series of compare/branch tests. Better implementation in the code generators as a real jump table will follow as separate CLs. Change-Id: If14736fa4d62809b6ae95280148c55682e856911 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>