Live data from Hacker News

Viewing profile — magaudet

magaudet

HN member
Joined
Wed, Aug 12, 2015, 7:42 PM UTC
HN karma
71
Public activity
27 items

About magaudet

SpiderMonkey Developer

Recent public activity

  1. story
  2. comment
    Comment #13768636

    Chris is definitely an inspiration to many, myself included.

  3. comment
    Comment #13768620

    For those curious about background: https://blog.cloudera.com/blog/2013/02/inside-cloudera-impal...

  4. comment
    Comment #13768566

    While the 'Pitfalls' paper was implemented on top of the Testarossa compiler technology (that underlies the OMR compiler technology), the OMR project has spent a lot of engineering…

  5. comment
    Comment #13768094

    Thanks so much for posting this! That was exactly what I was curious about!

  6. comment
    Comment #13767399

    Alas, our connection Eclipse is only a legal one. We are an Eclipse Foundation project, but not directly related to the IDE. So won't have any impact on eclim. Sorry!

  7. comment
    Comment #13767386

    When you say "native languages" you mean a statically compiled language? It's been done before with the technology underlying the OMR compiler component, however there is some work…

  8. story
  9. story
  10. comment
    Comment #13092412

    I really enjoy meeting up with the JRuby+Truffle people whenever I can at conferences. Though our approaches are really different, there's definitely a cross-pollination of ideas: …

  11. comment
    Comment #13091293

    Not as well as I should be able to, for sure. In my mind, I look at Truffle and Graal as a potential way forward to build new high performance JVM languages. OMR I see as a way to …

  12. comment
    Comment #13089272

    It's great. I do it every day: Headless ubuntu image that I then use Cygwin's X server to SSH into and run xfce4-terminal. Only disappointment has been my laptop's decreasing stabi…

  13. comment
    Comment #13089124

    Someone out of band poked me to give an eye as to what I see the roadmap is. I'm currently working on getting the JIT working with Ruby trunk ( https://github.com/rubyomr-preview/r…

  14. comment
    Comment #13089084

    Thanks! That's definitely the exact hope we have for OMR as well. Similarly, improvements in OMR can be shared among all languages using it; ie, because we build both IBM's Java JD…

  15. comment
    Comment #13089026

    I have some performance numbers from my original talk at RubyKaigi [1] [2]. Still a ways to to go, but we've built out a reasonable foundation to start with. [1]: http://www.slides…

  16. comment
    Comment #13088995

    Officially, OMR is a meaningless title, like LLVM. Similar to LLVM, it once stood for something, but then we realized that it didn't actually match the project's 'charter' quite as…

  17. comment
    Comment #13088979

    Whoops! That's actually an editing mistake: The Ruby+OMR preview is actually for Ruby 2.2 right now. You can follow the work in progress on trunk (what will become Ruby 2.4 in Dece…

  18. comment
    Comment #13088966

    Author here: Feel free to AMA!

  19. comment
    Comment #12927702

    Hey! thanks for the shout out. I would totally love to see more feedback as well! We haven't turned on the issue tracker on that repo, but the glue has it's issues turned on: https…

  20. comment
    Comment #12927690

    Hey, OMR developer here. Ruby+OMR is developed in three pieces: 1) the language independent core, then 2) The language dependent portions (i.e., the VM, and what we call the 'glue'…

  21. comment
    Comment #11081653

    OMR Team member here: Glad to hear you had a good experience with our tech preview! We really appreciated the feedback you provided, and would definitely be willing to take more.

  22. comment
    Comment #10793142

    Unfortunately no dates. We're still working on this, but we really want to do it right, so we're taking the time we need. Sorry!

  23. comment
    Comment #10791593

    (IBMer working on said JIT here) As Chris Seaton points out as well, we're not really open source yet. Working on getting there, but it's going to take time. The important thing no…

  24. comment
    Comment #10056082

    One of the key parts of this project is that we are using the code in production. Each piece is being used in our shipping releases like Java. Open sourcing will happen. Doing it r…

  25. comment
    Comment #10050574

    (BTW: Count me as a very happy user of Bench9k. It's been a very appreciated tool here. I'm hoping to contribute some of our harness customizations back when I have the time to cle…