Re: [Qemu-devel] Ask for help with estimate of disassembly speed

2012-07-13 Thread Peter Maydell
On 12 July 2012 16:30, Евгений Олегович wrote: > We will be very glad and grateful, if You can send to us pure DisAsm code > (DLL with parse function or another files), which speed we can measure. If > You have another materials(maybe any speed grafics, or a tests set that can > help us) or thinki

Re: [Qemu-devel] Ask for help with estimate of disassembly speed

2012-07-13 Thread Max Filippov
Hi. On Thu, Jul 12, 2012 at 7:30 PM, Евгений Олегович wrote: [...] > We have developed rough disassembler based on Intel encoding table (from > information in documentation volume "Instruction optimization"). And now we > need to compare speed of our disassembler with others (with Yours too). A

Fwd: [Qemu-devel]ask for help-register allocation algorithms

2010-09-21 Thread ustc ustc
-- 已转发邮件 -- 发件人: ly 日期: 2010年9月20日 上午10:22 主题: [Qemu-devel]ask for help 收件人: qemu-devel@nongnu.org i want to modify the register allocation algorithms in the qemu.(x86->mios) maybe i want to change the cpu register map on the host. for example, map the %eax to the s7 direc

[Qemu-devel]ask for help

2010-09-19 Thread ly
i want to modify the register allocation algorithms in the qemu.(x86->mios) maybe i want to change the cpu register map on the host. for example, map the %eax to the s7 directly to reduce the memory access. i am a binginner with the qemu,how to start this work? thank you.