home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7228 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: wbmt41.wbmt.tudelft.nl!not-for-mail
  2. From: "Marcel Offermans" <marcel@wbmt41.wbmt.tudelft.nl>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: 680X0 -> PPC translator?
  5. Date: Thu, 11 Apr 1996 18:24:23 +0100
  6. Organization: Private TCP/IP node
  7. Message-ID: <50077843@wbmt41.wbmt.tudelft.nl>
  8. References: <volker.0g5w@vb.franken.de> <1996Apr2.230841.8275@scala.scala.com>
  9. Reply-To: "M.F.Offermans" <M.F.Offermans@WbMT.TUDelft.NL>
  10. NNTP-Posting-Host: wb617197.wbmt.tudelft.nl
  11. X-NewsReader: IntuiNews 1.3a (7.9.95)
  12.  
  13. Hello Dave,
  14.  
  15.  > You can, using dynamic flow analysis. DEC does this, quite successfully,
  16.  > under Windows NT for the Alpha. They get about 70% of native performance
  17.  > out of 80x86 binaries, once the translation is done for the active parts
  18.  > of a program. You can never get 100%, since the translated code will
  19.  > still have to mimic what the foreign code does, which is unlikely to be
  20.  > optimal for anything but that foreign processor. But it's still a long
  21.  > ways from the 1/10th or so performance you're likely to get with pure
  22.  > emulation.
  23.  
  24.  > So basically, stop the arguments, I'm offering an existance proof. It
  25.  > exists, it works very well, and it could for 680x0 to PowerPC binaries,
  26.  > given enough work.
  27.  
  28. This is very interesting. Is this the only translator you know of, or are
  29. there other examples. I can imagine that both AT and Apple would be very
  30. interested in this. Any indications on how much faster this kind of
  31. translation would be when you compare it to the `hardware emulation' of
  32. 680x0 code that's built into the PPC?
  33.  
  34. --
  35.      .---------------------------------------------------------------.
  36.      |     \   |    Marcel Offermans -- Amiga Developer    |     \   |
  37.      |  \   \  |   e-mail: M.F.Offermans@WbMT.TUDelft.NL   |  \   \  |
  38.      |   \     |                IRC: Marrs                 |   \     |
  39.      `---------------------------------------------------------------'
  40.  
  41.