On 07/12/2017 06:02 AM, Alex Bennée wrote:
Why a copy approach as opposed to a plain tcg_context_new() with the appropriate init cleanup.
We need the globals that were set up by the target/foo/translate.c code to be the same for each thread. That's what makes it easier to copy the struct.
r~