RE: [PATCH v3 20/28] tcg: Move in_code_gen_buffer and tests to region.c

2021-06-09 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Shortly, the full code_gen_buffer will only be visible to region.c, so move > in_code_gen_buffer out-of-line. > > Move the debugging versions of tcg_splitwx_to_{rx,rw} to region.c as well, so > that the compiler gets to see the implementation of in_code_gen_buffer. > >

Re: [PATCH v3 20/28] tcg: Move in_code_gen_buffer and tests to region.c

2021-06-09 Thread Alex Bennée
Richard Henderson writes: > Shortly, the full code_gen_buffer will only be visible > to region.c, so move in_code_gen_buffer out-of-line. > > Move the debugging versions of tcg_splitwx_to_{rx,rw} > to region.c as well, so that the compiler gets to see > the implementation of in_code_gen_buffer.

[PATCH v3 20/28] tcg: Move in_code_gen_buffer and tests to region.c

2021-05-02 Thread Richard Henderson
Shortly, the full code_gen_buffer will only be visible to region.c, so move in_code_gen_buffer out-of-line. Move the debugging versions of tcg_splitwx_to_{rx,rw} to region.c as well, so that the compiler gets to see the implementation of in_code_gen_buffer. This leaves exactly one use of in_code_