Re: [Qemu-devel] [PATCH v7 0/3] tcg: enhance code generation quality for qemu_ld/st IRs

2012-10-29 Thread Yeongkyoon Lee
I've found that git status of my local repo is somewhat twisted. Sorry for your inconvenience. I'll send new patch after cleaning my repo. On 2012년 10월 29일 23:32, Yeongkyoon Lee wrote: Here is the 7th version of the series optimizing TCG qemu_ld/st code generation. v7: - Rebase and fix misty

[Qemu-devel] [PATCH v7 0/3] tcg: enhance code generation quality for qemu_ld/st IRs

2012-10-29 Thread Yeongkyoon Lee
Here is the 7th version of the series optimizing TCG qemu_ld/st code generation. v7: - Rebase and fix mistyping v6: - Remove an extra argument of return addr from MMU helpers Instead, embed the fast path addr to the slow path for helpers to use it - Change some bitwise operations to bit