search for: 68xxx

Displaying 3 results from an estimated 3 matches for "68xxx".

Did you mean: 8xxx
2015 Jul 15
2
If Wine isn't am emulator how does it work
On 07/15/2015 01:03 PM, Martin Gregorie wrote: > On Wed, 2015-07-15 at 05:49 +1000, John Smith wrote: >> But isn't that what an emulator does? >> > No. An emulator is a fairly large program that reads an executes binary > machine instructions used by the hardware that's being emulated. These > will be totally different from the machine instructions used by the >
2011 Sep 04
2
Is there Wine-like software for other guest platforms?
The wine concept--a compatibility layer that allows running executables compiled for Windows on a Linux or Unix host--is a very useful concept that could reasonably be used to adapt between other platforms. It's somewhere between running a virtual machine and cross-compiling the application. Is there anything similar for other (non-Windows) guest platforms? Right now, I'm specifically
2010 Jun 25
3
[LLVMdev] recursive nested functions
Hello, This is a little off-topic. But I am writing a compiler to llvm ir for a language that admits recursive nested functions and am stuck as to how to translate them. Concretely, I'm trying to lift them all to the topmost level and pass all their free variables explicitly as arguments. To do this, I have to determine all their free variables in their bodies. In particular when I come