Isn't that basically what all binaries do? Use libraries and execute the code natively on the CPU?<br><br><div><span class="gmail_quote">On 10/23/07, <b class="gmail_sendername">Ralf Ertzinger</b> <<a href="mailto:fedora@camperquake.de">
fedora@camperquake.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi.<br><br>On Tue, 23 Oct 2007 15:25:26 +0400, Peter Lemenkov wrote
<br><br>> We need to distinguish between *real* code which natively executes on<br>> CPU and any other binary content which not executes natively. Win32<br>> executables, ROMs, JARs are IMHO definitely falls into this category
<br>> (content). As pictures, music and text-files they do not runs on CPU<br>> directly.<br><br>Win32 binaries (when run on x86, unless you found an old Alpha binary<br>somewhere) _do_ run natively on the host CPU. Wine does not emulate the
<br>CPU, it 'just' provides the execution environment (libraries, kernel calls)<br>a Windows binary expects. Program code that is not spent in libraries or<br>in the kernel is executed natively on the CPU.<br><br>
--<br>fedora-devel-list mailing list<br><a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list">https://www.redhat.com/mailman/listinfo/fedora-devel-list
</a><br></blockquote></div><br>