]> git.proxmox.com Git - mirror_qemu.git/commit
hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 23 Sep 2022 08:48:00 +0000 (10:48 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 4 Oct 2022 03:53:30 +0000 (20:53 -0700)
commitb404ca370e4ee60e98effec5cdf942d15b61c507
tree5991bdcb65cd74bd8a10de70c152f3fe428ff55b
parent6fbdff870620705042a5b2d87491659487b3f4e2
hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs

This is a heavily used function so lets avoid the cost of
CPU_GET_CLASS. On the romulus-bmc run it has a modest effect:

  Before: 36.812 s ±  0.506 s
  After:  35.912 s ±  0.168 s

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220811151413.3350684-4-alex.bennee@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20220923084803.498337-4-clg@kaod.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/core/cpu-sysemu.c