Question
More efficient startup code
Posted on March 02, 2016 at 22:03
Hi all,
For an application I'm working on, I needed to speed up startup. I looked into the .init and .bss routines and saw that they weren't very efficient. I re-wrote them and got about a 2.2x improvement in startup time for my application. The revised code does the same thing, just in fewer cycles.Feel free to use freely if this is useful for anyone. @ST, feel free to copy into the library you distribute.https://gist.github.com/ppannuto/672328eb8184abdb9559-Pat #startup-speed-efficiency-fast