Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <jeffreyalaw@gmail.com>2023-12-31 19:08:21 +0300
committerJeff Law <jeffreyalaw@gmail.com>2023-12-31 19:08:21 +0300
commitec119e1084f2adffb569e1b66b3fc11397d8e837 (patch)
tree0b0386c2aa44b468382e312635d39352b1575216 /newlib/configure
parent3d10b04f1ed9bf53c282081c88165951e8c32cec (diff)
Minor improvement to H8 startup code
Basically the startup code needs to clear memory from _edata to _end. In the past it's been done with a fairly naive copy loop. This changes the code to just call memset and let memset figure out a sensible way to handle the operation given the size and alignment requirements. I don't have performance data on this. I cobbled it together some time ago in response to seeing some of the GCC tests with larger .bss sections taking an insane amount of time to just get from _start to main. With the fixes to the H8 decoder in the simulator it may not matter nearly as much anymore. This has been in my tester for months. Naturally it does not cause any regressions in the H8 port.
Diffstat (limited to 'newlib/configure')
0 files changed, 0 insertions, 0 deletions