Skip to content
Snippets Groups Projects
Commit 914ccf51 authored by Aurelien Jarno's avatar Aurelien Jarno
Browse files

tcg/arm: optimize register allocation order


The beginning of the register allocation order list on the TCG arm
target matches the list of clobbered registers. This means that when an
helper is called, there is almost always clobbered registers that have
to be spilled.

Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
parent bf5675ef
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment