curious, have to ask...
What is the advantage of using 'MCU' vs 'one program' ?
Ttelmah
Joined: 11 Mar 2010 Posts: 19539
Posted: Sat Feb 25, 2023 6:47 am
In terms of the resulting code, none. In fact if you use MCU's the resulting
code is always slightly less efficient than the single pass result.
Where it is used, is where you have companies wanting to have libraries
built by different teams, and keep the code for these 'secret' from the
other people (either so they can charge or for secrecy reasons).
The single pass compile does cost a little in extra time when building (but
I have always found this to be infinitesimal). That may just be because I
use fast computers....
BrianF
Joined: 12 Dec 2020 Posts: 10
Posted: Sun Feb 26, 2023 4:24 am
Thanks for all the replies, I think I've got it now.
I'm going from 30+ years of a compile>link>locate mindset so it's a bit different.
All times are GMT - 6 Hours Goto page Previous1, 2
Page 2 of 2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum