Closed aswaterman closed 3 years ago
This does the right thing for more people's memory maps.
It will result in a very slight perf regression in programs heavy in global variable access. For application code, the old behavior can be obtained by explicitly passing -mcmodel=medlow.
Supersedes #58
Note, I haven't tested this!!
That would probably work for my use case (I haven't tested it yet either though).
Thanks!
This does the right thing for more people's memory maps.
It will result in a very slight perf regression in programs heavy in global variable access. For application code, the old behavior can be obtained by explicitly passing -mcmodel=medlow.
Supersedes #58
Note, I haven't tested this!!