1
Programming / Re: GCC - updates
« on: April 27, 2025, 11:13:39 am »Hey Steven,
I'll get you a debug cc1plus.exe once it's rebuilt.Code: [Select]Ã ## Ä Base ÄÄÄ Size ÄÄRÄWÄEÄResÄDisÄShrÄPreÄInvÄSwpÄRsdÄLocÄA16Ä32BÄCnfÄIOPÄ
³ 2 032A0000 00B760A0 û û û
So 12017824 bytes or 12,017,824 - so shouldn't be an issue?
For cc1plus from 15.1.0:
Code: [Select]
à ## Ä Base ÄÄÄ Size ÄÄRÄWÄEÄResÄDisÄShrÄPreÄInvÄSwpÄRsdÄLocÄA16Ä32BÄCnfÄIOPÄ
³ 2 02690000 005B97F0 û û û
005B97F0 = 6,002,672 - so half the size of 15.0.1
GCC 14.3.0- cc1plus.map - 2.8mb
GCC 15.0.1 - cc1plus.map - 19.7mb
GCC 15.1.0 - cc1plus.map - 3.5mb