Browse Source

sinclairql: add a note about .bss sections and the binary size, no functional change

git-svn-id: trunk@47417 -
Károly Balogh 4 years ago
parent
commit
1635d04b7b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      compiler/systems/t_sinclairql.pas

+ 4 - 0
compiler/systems/t_sinclairql.pas

@@ -172,6 +172,10 @@ begin
 
   with LinkRes do
     begin
+      { Note: so of course merging the BSS section into text blows the resulting binary up by a
+        significant portion. But due to the relocations pointing into BSS, this is the easier way
+        now, until the linker situation is improved. It remains a relatively quick win for later,
+        when it comes to size optimizations. (KB) }
       Add('');
       Add('SECTIONS');
       Add('{');