Announcement

Collapse
No announcement yet.

An Embeddable GCC-Based JIT Compiler Published

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • An Embeddable GCC-Based JIT Compiler Published

    Phoronix: An Embeddable GCC-Based JIT Compiler Published

    An experimental library has been published by a Red Hat developer that allows for an embeddable JIT compiler that's based on GCC...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    could there be a benefit for the dolphin emulator?

    Comment


    • #3
      Originally posted by jakubo View Post
      could there be a benefit for the dolphin emulator?
      i see a better option... having some form of ggc as a dalvik substitute to provide more deep optimization

      Comment


      • #4
        Originally posted by jakubo View Post
        could there be a benefit for the dolphin emulator?
        AFAIK, dolphin generates native code by itself. For emulation purposes it's good because has less overhead.

        Comment


        • #5
          Originally posted by medeiros View Post
          AFAIK, dolphin generates native code by itself. For emulation purposes it's good because has less overhead.
          Yeah. The technical term is "dynamic recompiler" (dynarec for short) because it's compiling from one machine code architecture to another using information gathered at runtime to rebuild the "intended purpose" information that was thrown out when the machine code was originally created from a higher-level language by the game's developer.

          Comment

          Working...
          X