]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/ppc: Allow the constant pool to overflow at 32k
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 22 Apr 2019 17:12:33 +0000 (17:12 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 Apr 2019 20:05:28 +0000 (13:05 -0700)
commita7cdaf710f2aaaf0be855a338dd67463d4bb99e2
tree0d6226e75ef7a9e0d66f66cde8d4f789844e963a
parentaeee05f53a5d67304a521d2644dc0a607e3c8b28
tcg/ppc: Allow the constant pool to overflow at 32k

There is no point in coding for a 2GB offset when the max TB size
is already limited to 64k.  If we further restrict to 32k then we
can eliminate the extra ADDIS instruction.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/ppc/tcg-target.inc.c