- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pipeline simulation models the flow of instructions through the processor pipeline. By observing the behavior of the pipeline, a developer can identify instructions that are impeding throughput and determine why.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By knowing the instruction set and execution units of a particular CPU you are targeting you can also avoid those instructions. What you need is already publicly available in documentation. Not to mention that you can find out a lot just by measuring code performance.
Developers really do not need so much architectural details, and it is a nonsense to expect that any sane CPU manufacturer would release such details which could be used by their competitors. Research and development is an expensive business, and technological advances are not something you want to give to your competitors for free. But I digress, you should have known all that before you asked the question.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page