Searched hist:f57c69156cb7489a2850b1ace255616b90ba7f14 (Results 1 – 3 of 3) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | f57c69156cb7489a2850b1ace255616b90ba7f14 Sun Jan 29 20:55:52 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Rename TEMP_LOCAL to TEMP_TB
Use TEMP_TB as that is more explicit about the default lifetime of the data. While "global" and "local" used to be contrasting, we have more lifetimes than that now.
Do not yet rename tcg_temp_local_new_*, just the enum.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | optimize.c | f57c69156cb7489a2850b1ace255616b90ba7f14 Sun Jan 29 20:55:52 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Rename TEMP_LOCAL to TEMP_TB
Use TEMP_TB as that is more explicit about the default lifetime of the data. While "global" and "local" used to be contrasting, we have more lifetimes than that now.
Do not yet rename tcg_temp_local_new_*, just the enum.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.c | f57c69156cb7489a2850b1ace255616b90ba7f14 Sun Jan 29 20:55:52 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Rename TEMP_LOCAL to TEMP_TB
Use TEMP_TB as that is more explicit about the default lifetime of the data. While "global" and "local" used to be contrasting, we have more lifetimes than that now.
Do not yet rename tcg_temp_local_new_*, just the enum.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|