Customer will stay with MSP430 GCC and wants to know:
With the "large" memory model for data and code (option -mlarge) the code will be about 20% larger than the "small" memory model (option -msmall).
This is unusable for us.
With a "large" memory model only for code, and "small" model for data, the code would be about 5% larger. This is acceptable.
Is there an option to have "large" model for code and "small" model for data ?
If no, is it planned to have such possibility in the near future ?
Regards, Bernd
