Optimize atom_eval
commitbefc17839b03e4b6e139094a83925309af26239c
authorPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 06:36:00 +0000 (16 08:36 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 06:36:00 +0000 (16 08:36 +0200)
tree333340b345cfc20b11316839d1053c58f4ba97b9
parent685b96d28d7d16a35df6266d8ce4fb0e633e8b95
Optimize atom_eval

Function pointers cannot be optimized very well by gcc, unlike switch
statements.
libhed/expr.c