Re: [Qemu-devel] [RFC 0/7] tcg: parallel code generation (Work in Progress)

2017-06-30 Thread Emilio G. Cota
On Fri, Jun 30, 2017 at 01:25:54 -0700, Richard Henderson wrote: > On 06/29/2017 01:28 PM, Emilio G. Cota wrote: > >- Patches 2-3 remove *tbs[] to use a binary search tree instead. > > This removes the assumption in tb_find_pc that *tbs[] are ordered > > by tc_ptr, thereby allowing us to

Re: [Qemu-devel] [RFC 0/7] tcg: parallel code generation (Work in Progress)

2017-06-30 Thread Richard Henderson
On 06/29/2017 01:28 PM, Emilio G. Cota wrote: - Patches 2-3 remove *tbs[] to use a binary search tree instead. This removes the assumption in tb_find_pc that *tbs[] are ordered by tc_ptr, thereby allowing us to generate code regardless of its location on the host (as we do after patch