search for: thorniest

Displaying 2 results from an estimated 2 matches for "thorniest".

Did you mean: thornet
2008 Jun 24
0
[LLVMdev] Advice - llvm as binary to binary translator ?
...ch means it's much easier just to get the size of the array right in the first place. I'm currently in the process of altering my code so that a lot more analysis takes place before translation even begins! Finally, how will you deal with memory accesses and aliasing? This is certainly the thorniest problem, and its the one my dynamic phase exists to solve. Do email me off-list if you like -- it sounds like we're pursuing similar lines of inquiry! Harry On Sat, 2008-06-21 at 21:53 -0400, Erik Buck wrote: > First, is there a way to search the archives for this list ? I > apolo...
2008 Jun 22
3
[LLVMdev] Advice - llvm as binary to binary translator ?
First, is there a way to search the archives for this list ? I apologize in advance if I have stepped on a FAQ. My goal is to execute legacy binary machine code from a very old one of a kind computer on a variety of modern computers. I already wrote an emulator for the legacy machine that executes the old machine code. However, my emulator is just an interpreter and therefore has