commit | b76f0d8c2e3eac94bc7fd90a510cb7426b2a2699 | [log] [tgz] |
---|---|---|
author | Yeongkyoon Lee <yeongkyoon.lee@samsung.com> | Wed Oct 31 16:04:25 2012 +0900 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Nov 03 09:44:21 2012 +0000 |
tree | 484d23d99567f7c3766854d6edf67051518cbf5d | |
parent | fdbb84d1332ae0827d60f1a2ca03c7d5678c6edd [diff] |
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block Add optimized TCG qemu_ld/st generation which locates the code of TLB miss cases at the end of a block after generating the other IRs. Currently, this optimization supports only i386 and x86_64 hosts. Signed-off-by: Yeongkyoon Lee <yeongkyoon.lee@samsung.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>