More optimizations originally suggested by Manuel Nova: Use a sentinel value
for limit[] to move a test out of a loop.  Unroll a single-bit get_bits()
to avoid a function call in the common case on a hot path.  And one more
application of the old "two tests in one via typecasting and/or math" trick.
1 file changed
tree: 3ffb358ef236cc64755c207a45c03a89599c8279
  1. kconfig/
  2. lib/
  3. scripts/
  4. toys/
  5. www/
  6. Config.in
  7. LICENSE
  8. main.c
  9. Makefile
  10. toys.h