Optimize free_atom()
commit3904ebf789e90f7df72f1691cad355916624ae04
authorPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 06:45:18 +0000 (16 08:45 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 06:45:18 +0000 (16 08:45 +0200)
tree2810daec858f74da197dd180bbd6a92132e7eb1d
parentbefc17839b03e4b6e139094a83925309af26239c
Optimize free_atom()

Same story as atom_eval(): Functions called from a conditional can be
inlined and better optimized than a table of function pointers.

Note that I had to replace a call to free_bin() with a more generic
call to free_atom().
libhed/expr.c