-pipe
Use pipes rather than temporary files for communication between the
various stages of compilation. This fails to work on some systems
where the assembler is unable to read from a pipe; but the GNU
assembler has no trouble.(在不同的编译阶段使用管道替代临时文件,某特别汇编器无法从管道读取的系统无法使用这个参数,但是GNU的汇编器没有这个错误)
Use pipes rather than temporary files for communication between the
various stages of compilation. This fails to work on some systems
where the assembler is unable to read from a pipe; but the GNU
assembler has no trouble.(在不同的编译阶段使用管道替代临时文件,某特别汇编器无法从管道读取的系统无法使用这个参数,但是GNU的汇编器没有这个错误)

本文探讨了在软件编译的不同阶段使用管道而非临时文件进行进程间通信的方法。这种方法可以提高效率并减少对磁盘空间的需求,但并非所有汇编器都支持这种做法。文章特别指出GNU汇编器能够很好地利用管道进行通信。
1019

被折叠的 条评论
为什么被折叠?



