Thread: HRTmon
View Single Post
Old 18 February 2021, 11:26   #6
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Quote:
Originally Posted by Wepl View Post
  • adapted C sources to build all using vbcc, the binaries became larger (assumed worse optimization compared to DICE)
More likely is some better optimization, which increases size because of function-inlining and loop-unrolling. I saw you used -O2 in the Makefile. If you want smaller binaries I would recommend -O1, which already does some good optimizations (but without global optimizer) and/or the -size option.
phx is offline  
 
Page generated in 0.04218 seconds with 11 queries