Methods To Double The Number Of Registers On ARM Processors

Asked By 20 points N/A Posted on -
qa-featured

How does register connection method increase the number of registers in a 32Bit ARM Processor? What are the drawbacks of this

SHARE
Answered By 15 points N/A #183525

Methods To Double The Number Of Registers On ARM Processors

qa-featured

In register connection, more number of registers are made available to the compiler and the programmer by mapping the architectural registers to the physical registers. This increases the number of register on the ARM Processor i.e. it doubles the number of registers. However, this method has a drawback that it changes the size of the code significantly. A bigger code will hence take longer time to execute and also it makes the code complex. 

Related Questions