jump tables and cases

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Henry Cejtin
Datum:  
Aan: henry, MLton
Onderwerp: jump tables and cases
One other point: I know at some point I told Stephen to change the generated
code (in C) for switching over things that had a single tag bit at the bottom
to first shift the quantity right by 1 so that the jump table would be dense.
I don't remember what was being switched over, but it was definitely a win in
my tests.