Forráskód Böngészése

* as of 0.99.11, pascal code surrounding assembler blocks is optimized

Jonas Maebe 27 éve
szülő
commit
34450917f1
1 módosított fájl, 4 hozzáadás és 3 törlés
  1. 4 3
      docs/prog.tex

+ 4 - 3
docs/prog.tex

@@ -2506,7 +2506,7 @@ MMX operations and before using floating point operations, you
 have to call the routine \var{EMMS} of the \var{MMX} unit.
 have to call the routine \var{EMMS} of the \var{MMX} unit.
 This routine restores the FPU registers.
 This routine restores the FPU registers.
 
 
-{\em careful:} The compiler doesn't warn, if you mix floating point and
+{\em careful:} The compiler doesn't warn if you mix floating point and
 MMX operations, so be careful.
 MMX operations, so be careful.
 
 
 The MMX instructions are optimized for multi media (what else?).
 The MMX instructions are optimized for multi media (what else?).
@@ -3246,8 +3246,9 @@ given the \var{-a} command-line switch, the compiler will not erase the
 assembler file at the end of the assembly process, so you can study the
 assembler file at the end of the assembly process, so you can study the
 assembler file.
 assembler file.
  
  
-{\em Note:} code blocks which contain an assembler block, are not processed 
-at all by the optimizer at this time.
+{\em Note:} Code blocks which contain an assembler block, are not processed 
+at all by the optimizer at this time. Update: as of versino 0.99.11, the Pascal
+code surrounding the assembler blocks is optimized.
 \end{itemize}
 \end{itemize}
 
 
 \section{ Floating point }
 \section{ Floating point }