World's most popular travel blog for travel bloggers.

[Solved]: Would removing the branch delay slots change the instructions set architecture?

, , No Comments
Problem Detail: 

I am trying to study for an exam and I noticed a lot of the questions follow the idea of "Changing the ISA". From my understanding the ISA dictates the structure and format of instructions, so changing instructions or the format (32 to 64 bit) would change the ISA. However I ran into a question which I am not sure how to answer.

"If we remove the branch delay slots, will the ISA be changed?"

My guess would be no, because we're not changing any instructions (right?), but I would like to get an answer from someone more knowledgeable.

Asked By : Xzenon

Answered By : Wandering Logic

The instructions set architecture (ISA) is the contract between the hardware designer and the software designer. Anything that changes the contract, changes the ISA.

The question you have to answer is: given every possible program written with this particular ISA, do any of them have different behavior (give a different answer) if we remove the branch delay slots.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/59565

0 comments:

Post a Comment

Let us know your responses and feedback