FreeDOS/FreeCOM: which compiler produces smallest binary? (Developers)
There are three different things being talked about here: size on disk, size in memory, and speed. While those are all interrelated, they are somewhat independent. In general, small disk size = small memory size = faster, but that is not ALWAYS true. There is a fourth category to add to the list also, which is maintainability. All of those things matter to different degrees for different situations (e.g., there are still floppy distributions being made for FreeDOS where size on disk matters A LOT.
When you're writing and compiling/assembling/linking programs, there are always tradeoffs between the different categories, and which one is more important depends on the situation and environment.
Complete thread:
- FreeDOS/FreeCOM: which compiler produces smallest binary? - roytam, 03.01.2022, 09:44 (Developers)
- FreeDOS/FreeCOM: which compiler produces smallest binary? - Guti, 03.01.2022, 15:34
- FreeDOS/FreeCOM: which compiler produces smallest binary? - tom, 03.01.2022, 16:10
- FreeDOS/FreeCOM: which compiler produces smallest binary? - glennmcc, 03.01.2022, 17:58
- FreeDOS/FreeCOM: which compiler produces smallest binary? - roytam, 04.01.2022, 03:50
- FreeDOS/FreeCOM: which compiler produces smallest binary? - RayeR, 04.01.2022, 05:38
- FreeDOS/FreeCOM: which compiler produces smallest binary? - marcov, 04.01.2022, 11:04
- FreeDOS/FreeCOM: which compiler produces smallest binary? - Ringding, 04.01.2022, 12:13
- FreeDOS/FreeCOM: which compiler produces smallest binary? - bretjohn, 04.01.2022, 18:12
- FreeDOS/FreeCOM: which compiler produces smallest binary? - marcov, 04.01.2022, 23:21
- FreeDOS/FreeCOM: which compiler produces smallest binary? - tom, 04.01.2022, 23:55
- FreeDOS/FreeCOM: which compiler produces smallest binary? - RayeR, 06.01.2022, 03:27
- FreeDOS/FreeCOM: which compiler produces smallest binary? - Oso2k, 06.01.2022, 04:27
- FreeDOS/FreeCOM: which compiler produces smallest binary? - tkchia, 06.01.2022, 14:29
- FreeDOS/FreeCOM: which compiler produces smallest binary? - RayeR, 07.01.2022, 04:33
- FreeDOS/FreeCOM: which compiler produces smallest binary? - roytam, 07.01.2022, 15:30
- FreeDOS/FreeCOM: which compiler produces smallest binary? - RayeR, 07.01.2022, 18:56
- FreeDOS/FreeCOM: which compiler produces smallest binary? - andrewbird, 07.01.2022, 19:38
- FreeDOS/FreeCOM: which compiler produces smallest binary? - tom, 08.01.2022, 22:33
- FreeDOS/FreeCOM: which compiler produces smallest binary? - RayeR, 07.01.2022, 18:56
- FreeDOS/FreeCOM: which compiler produces smallest binary? - roytam, 07.01.2022, 15:30
- FreeDOS/FreeCOM: which compiler produces smallest binary? - RayeR, 07.01.2022, 04:33
- FreeDOS/FreeCOM: which compiler produces smallest binary? - tkchia, 06.01.2022, 14:29
- FreeDOS/FreeCOM: which compiler produces smallest binary? - Oso2k, 06.01.2022, 04:27
- FreeDOS/FreeCOM: which compiler produces smallest binary? - glennmcc, 03.01.2022, 17:58