|
|
|
|
|
by danbruc
4432 days ago
|
|
Assuming 32 bit instructions at least every third instruction would have to be a call or jump - this seams no reasonable assumption. And if you have code with such a high density of jumps you will run into a lot of other problems, too, for example branch mispredictions and cache inefficiency due to non-locality. Maybe there is really a niche where this design has advantages but I don't think it is good for general purpose code. |
|
You don't have to assume, the article itself says the author is contemplating 9-bit instructions.