This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Pipeline Structure

Hello,

Anyone has ideo how Assembly language can be used to determine the inner Pipeline Structure of ARM Core Platform. Don't know detail of the ARM Core.

Thankyou

Parents
  • Hi,
    any ARM assembler would not reorder the written codes and the user should consider the pipeline structure in order to improve the performance.
    Almost all C compiler would consider the pipeline structure according to the "-mcpu=" switch.
    Is this your answer?
    Best regards,
    Yasuhiko Koumoto.

Reply
  • Hi,
    any ARM assembler would not reorder the written codes and the user should consider the pipeline structure in order to improve the performance.
    Almost all C compiler would consider the pipeline structure according to the "-mcpu=" switch.
    Is this your answer?
    Best regards,
    Yasuhiko Koumoto.

Children