When doing micro-optimisations, then go all the way: Use memcmp() instead of strncmp().
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 14 Sep 2011 09:18:52 +0000 (11:18 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 14 Sep 2011 09:18:52 +0000 (11:18 +0200)
commit15b8cd1fdfeb2f81078a90f1d84818de5598324a
tree92956eda30f1273d8c74ca37e11dd2bf6e4c89c2
parentf619e0f8119ae30ecd0e4a56505b99fdf0de1ee4
When doing micro-optimisations, then go all the way: Use memcmp() instead of strncmp().
driver/firm_opt.c