io operations in compilers

Posted by Aastha on Stack Overflow See other posts from Stack Overflow or by Aastha
Published on 2010-04-06T01:59:11Z Indexed on 2010/04/06 2:03 UTC
Read the original article Hit count: 386

How are constructs of io operations handled by a compiler? Like the RTL mapping for memory related operations which is done in a compiler at the time of target code generation, where and how exactly is the same done for io operations? How are the appeoaches different for processors supporting MMIO and I/O mapped I/O? Are there any optimizations done for the io operations in compilers?

© Stack Overflow or respective owner

Related posts about io

Related posts about compiler