Comments on: Exception handling in LDC using LLVM http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/ Sat, 06 Jul 2013 19:02:18 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Christian http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-6146 Christian Fri, 18 Dec 2009 18:00:53 +0000 http://www.incasoftware.de/~kamm/projects/?p=9#comment-6146 Garrison: You’re right, I’ve fixed _Unwind_Action. In addition, HANDLER_PHASE should actually have been HANDLER_FRAME. Check http://www.dsource.org/projects/ldc/changeset/1597%3A761bf823e59e .

]]>
By: Garrison http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-6145 Garrison Fri, 18 Dec 2009 15:41:02 +0000 http://www.incasoftware.de/~kamm/projects/?p=9#comment-6145 Although I don’t know the D language, I believe there is a typo in the definition of _Unwind_Action as the values should be or’able. From my readings HANDLER_PHASE should have the value 4 and FORCE_UNWIND should have the value 8. Of course you may have pre-massaged values behind the scenes that I’m not seeing.

]]>
By: software developers http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-5965 software developers Fri, 23 Oct 2009 09:20:45 +0000 http://www.incasoftware.de/~kamm/projects/?p=9#comment-5965 Hey, that was interesting,

The code has come in very useful,

Thanks for sharing,

Keep up the good work

]]>
By: Clay Smith http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-3004 Clay Smith Wed, 05 Nov 2008 22:02:46 +0000 http://www.incasoftware.de/~kamm/projects/?p=9#comment-3004 I think I’d be interested in giving LLVMDC a spin once it gets into the alpha stage. I read on a ticket that it can already compile Tango, which is pretty impressive. Keep up the good work.

]]>
By: Denis Koroskin http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-2740 Denis Koroskin Tue, 28 Oct 2008 10:38:53 +0000 http://www.incasoftware.de/~kamm/projects/?p=9#comment-2740 Nice. Hope to see first public LDC release alongside with some juicy tests comparing its performance/optimizations against DMD :) Too bad the LLVM2.4 release is delayed for a week…

Looking forward for a big interesting article about the progress, roadmap etc. once it is finally released!

]]>
By: Christian http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-2466 Christian Sat, 04 Oct 2008 07:34:32 +0000 http://www.incasoftware.de/~kamm/projects/?p=9#comment-2466 The simplest way to stay up to date on LLVMDC development is to visit our IRC channel. I generally only write about progress here if I feel it’s worth it.

That said, I will put up a post when the slides and video of our talk at the Tango Conference are released. I’ll also think about doing monthly status update posts.

]]>
By: Denis Koroskin http://www.incasoftware.de/~kamm/projects/index.static/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-2462 Denis Koroskin Fri, 03 Oct 2008 19:41:20 +0000 http://www.incasoftware.de/~kamm/projects/?p=9#comment-2462 Good job!

Could ypu post more notes on LLVMDC status, please? This makes tracking the progress alot easier. It is interesting to know at what point you are now and what are the plans for future iterations. More posts also means more digg-it’s, redd-it’s and Google-it’s!

]]>