Live data from Hacker News

Viewing profile — resistor

resistor

HN member
Joined
Tue, Jun 08, 2010, 11:05 PM UTC
HN karma
32
Public activity
7 items

About resistor

No profile information was provided.

Recent public activity

  1. comment
    Comment #1647385

    > * The interpreter should have a fast profiling mode (hashed counting of loop backedges) and a slower recording mode (for every instruction call the recorder first, then execute t…

  2. comment
    Comment #1646992

    You could certainly do that, though the interface between statically JIT'd code and trace JIT'd code would get hairy. Plus, as I said above, there's simply not a whole lot of trace…

  3. comment
    Comment #1646843

    The tracing overheads are pretty huge. Running with tracing but without compilation takes 107s.

  4. comment
    Comment #1646583

    Also an example of how to implement a direct-threaded interpreter. Some performance data from a Brainfuck mandelbrot benchmark. Interpreter: 37.787s Tracing JIT: 11.716s Static Com…

  5. comment
    Comment #1646579

    Hey folks, I'm the actual author of this. I actually work on LLVM-proper during my day job. This was just a fun exercise to demonstrate that it was possible. I also have plans to w…

  6. comment
    Comment #1646577

    Hey, I'm the actual author of this. I actually work on LLVM-proper during my day job. This was just a fun exercise to demonstrate that it was possible. I also have plans to write a…

  7. comment
    Comment #1415534

    > Apple employs a few (more than 1?) LLVM people, but it's hardly an Apple project by any means. They employ around two dozen LLVM developers, comprising half to two-thirds of the …