|
From: Roger B. <an...@xp...> - 2021-02-10 02:23:45
|
When we added the most recent language translation, we had to change the optimisation level on the 512K ROMs from -O2 to -Os. At the moment, we have about 27K free, which is probably not going to be enough to add the remaining standard Falcon stuff. And certainly we won't be able to add any more languages. Would people prefer that we retain the single 512K ROMs as long as possible, and only switch when we're forced to? Or should we split now? I've already decided on a reasonable split (that leaves both sets of ROMs with about the same amount of freespace) and most of the work has been done, so implementation should be straightforward. Roger |