adspace
Explain the five stages in a dlx pipeline? : .NET Architecture
Answer Posted / Rakesh Raushan
The DLX (Dynamic Logic eXchange) pipeline is not directly related to .NET Architecture, but it's a concept from computer architecture. However, if we consider a generic pipeline for data processing, the five stages are:
1. Instruction Fetch: The first stage fetches instructions from memory.
2. Instruction Decode: The second stage decodes the fetched instruction into micro-operations (μOPs).
3. Operand Fetch: The third stage fetches operands required for the execution of the μOPs.
4. Execute: The fourth stage executes the μOPs using ALU (Arithmetic Logic Unit) or other execution units.
5. Write Back / Memory Write: The last stage writes the results back to memory or registers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I can't be bothered with cas. Can I turn it off?
Explain
How do I know when my thread pool work item has completed?
difference between Response.write,server.transfer and also which one is used when ?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
How does an appdomain get created?
Why am I getting an invalidoperationexception when I serialize an arraylist?
Different types of authentication modes in .net framework ?