|
From: Philippe W. <phi...@sk...> - 2013-10-21 21:31:51
|
On Tue, 2013-10-22 at 05:23 +0800, Lu Mitnick wrote: > Hello all, > > > none-x86-linux could be used as a binary translator, which generate > i386 binary with input of i386 executable. On the other hand, > none-amd64-linux could be used for amd64-amd64 translation. I am > wondering whether it is possible to use valgrind for i386-x86_64 > translation, which means the input is i386 executable and generate > x86_64 binary in code cache. In theory yes. In practice, I think it will imply a significant effort to get this working. Philippe |