Liste des Groupes | Revenir à c arch |
Robert Finch <robfi680@gmail.com> schrieb:This was more of a two day experiment. Wanted to see if code density could be improved.
In the latest test project, the LB650 similar to a PowerPC, largeWhat is your motivation for this?
constants are encoded at the end of the cache line. So, there is a
similar issue of code running into the constant area.
If you have an instruction including constant(s) which no longerYes.
fits your cache line (say, 8 bytes left and 12 bytes needed)
it does not matter where you put the constants and where you
put the instructions - it will not fit, and you have to start
a new cache line.
I am not seeing an advantage over what Power 10 does, which isNOP ramps in my parlance. I use them to handle crossing page boundaries.
just to add a NOP at the end if things don't fit on a cacheline.
Les messages affichés proviennent d'usenet.