Re: GHC status report

2014-07-07 Thread Miëtek Bak
On 2014-05-01, at 23:46, Edward Kmett wrote: > With the old custom linker we weren't able to get our custom MPFR linked in > properly on all platforms for use in ghci. > > On Macs we ran into some rather interesting problems. We could get it to > work for actual executables, but ghci would segfa

Re: GHC status report

2014-05-09 Thread Simon Marlow
y, it's time to have a conversation about whether we want to do dynamic linking again for 7.10, or revert to static linking. I think Austin is going to update https://ghc.haskell.org/trac/ghc/wiki/DynamicGhcPrograms, and then we'll see where we stand. Cheers, Simon On Tue, Apr 29, 20

Re: GHC status report

2014-05-06 Thread Dominick Samperi
recently. >>>>>>>>> >>>>>>>>> As an example, on the web page for the book the Haskell School of >>>>>>>>> Expression >>>>>>>>> it says: >>>>>>>>> >>>>>>&

Re: GHC status report

2014-05-05 Thread Simon Marlow
t; >>>>>>>> I'd like to understand more about what those problems are. As a >>>>>>>> data >>>>>>>

Re: GHC status report

2014-05-05 Thread Simon Marlow
> suffices. >>>>>>>>> >>>>>>>>> In particular, I'm hoping that it is going to fix a lot of problems >>>>>>>>> with >>>>>>>>> using foreign libra

Re: GHC status report

2014-05-05 Thread Simon Marlow
update https://ghc.haskell.org/trac/ghc/wiki/DynamicGhcPrograms, and then we'll see where we stand. Cheers, Simon On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones mailto:simo...@microsoft.com>> wrote: As Austin has told us, there's a draft of the *GHC Status Report fo

Re: GHC status report

2014-05-05 Thread Carter Schonwald
; in >> >>>>>>> order >> >>>>>>> to run it (see example/GMIExamples.lhs for an example). >> >>>>>>> >> >>>>>>> I had similar problems using the Yale Euterpea mu

Re: GHC status report

2014-05-05 Thread Simon Marlow
;> wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On 30/04/2014 01:35, George Colpitts wrote: >>>>>>>>> >&

Re: GHC status report

2014-05-02 Thread Dominick Samperi
>>>>> is >>>>>>> now scheduled for 7.10.1 >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 30, 2014 at 1:45 PM, Simon Marlow >>>>>>> wrote: >>>>>>>> >>>>>>>>

Re: GHC status report

2014-05-02 Thread Carter Schonwald
had similar problems using the Yale Euterpea music program from > >>>>>>> ghci. > >>>>>>> When > >>>>>>> I inquired I was referred to > >>>>>>> https://ghc.haskell.org/trac/ghc/ticket/4244 > >>>&

Re: GHC status report

2014-05-02 Thread Dominick Samperi
t;>> is >>>>>>> now scheduled for 7.10.1 >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 30, 2014 at 1:45 PM, Simon Marlow >>>>>>> wrote: >>>>>>>> >>>>>>>> >

Re: GHC status report

2014-05-02 Thread Edward Kmett
;>> whether we >> >>> | want to do dynamic linking again for 7.10, or >> revert to >> >>> static >> >>> linking. >>

Re: GHC status report

2014-05-02 Thread Simon Marlow
:simo...@microsoft.com <mailto:simo...@microsoft.com> <mailto:simo...@microsoft.com <mailto:simo...@microsoft.com>>__>> wrote: | > | > As Austin has told us, there's a draft of the *GHC Status Report

Re: GHC status report

2014-05-02 Thread Simon Marlow
/ghc.haskell.org/trac/ghc/wiki/DynamicGhcPrograms, and then we'll see where we stand. Cheers, Simon On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones mailto:simo...@microsoft.com>> wrote: As Austin has told us, there's a draft of the *GHC Status Report for the HCAR*, he

Re: GHC status report

2014-05-02 Thread Simon Marlow
skell.org/trac/ghc/wiki/DynamicGhcPrograms, and then we'll see where we stand. Cheers, Simon On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones mailto:simo...@microsoft.com>> wrote: As Austin has told us, there's a draft of the *GHC Status Report for the HCAR*,

Re: GHC status report

2014-05-02 Thread Simon Marlow
-informed about details; I just >>> watch the >>> traffic going by. And of course it does have benefits that >>> doubtless generate less traffic. >>>

Re: GHC status report

2014-05-02 Thread Bryan O'Sullivan
On Fri, May 2, 2014 at 10:19 AM, Edward Kmett wrote: > I may have to dig to find an example, but when I last checked it seemed > that c++ libraries would load fine, but there was a problem with static > initializers not getting called, when loading from ghci, so if your c++ > library needed them

Re: GHC status report

2014-05-02 Thread Edward Kmett
a black hole, endlessly >>sucking >> effort and increasing complexity. >> >> My viewpoint is highly un-informed about details; I just >>watch the >> traffic going by. And of course it does have benefits that >>

Re: GHC status report

2014-05-02 Thread Dominick Samperi
e >>>>>>> that >>>>>>> suffices. >>>>>>> >>>>>>> In particular, I'm hoping that it is going to fix a lot of problems >>>>>>> with >>>>>>> using foreign libraries such as Open

Re: GHC status report

2014-05-02 Thread Edward Kmett
| want to do dynamic linking again for 7.10, or revert to > >>> static > >>> linking. > >>> > >>> I echo this. Dynamic linking has had many un-anticipated > >>> costs and > >>>

Re: GHC status report

2014-05-02 Thread Simon Marlow
now feels to me like a black hole, endlessly >>> sucking >>> effort and increasing complexity. >>> >>> My viewpoint is highly un-informed about details; I just >>> watch the >>> traffic go

Re: GHC status report

2014-05-02 Thread Dominick Samperi
e using static linking (I compiled GHC with >>>>> DYNAMIC_GHC_PROGRAMS=NO), we're loading upwards of 50 3rd-party C++ >>>>> libraries and one gigantic shared library consisting of a ton of >>>>> in-house >>>>> C++ code, together wit

Re: GHC status report

2014-05-01 Thread Dominick Samperi
t;>>> perfectly. The key to using the static linker is to not use it for C++ >>>> code >>>> - you want all your external C++ code in shared libraries and load those >>>> using the system linker. >>>> >>>> Dynamic linking has bee

Re: GHC status report

2014-05-01 Thread Edward Kmett
> | > >> | > On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones >> | > mailto:simo...@microsoft.com> >> <mailto:simo...@microsoft.com <mailto:simo...@microsoft.com>>> wrote: >> | > >> | > As Austin

Re: GHC status report

2014-05-01 Thread Edward Kmett
ic going by. And of course it does have benefits that >> doubtless generate less traffic. >> >> Simon >> >> | >> | >> | >> | > >> | > On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones >> | > mailto:simo...@micro

Re: GHC status report

2014-05-01 Thread Carter Schonwald
un-informed about details; I just watch the >> traffic going by. And of course it does have benefits that >> doubtless generate less traffic. >> >> Simon >> >> | >> | >> | >> | > >> | > On Tue, Apr 2

Re: GHC status report

2014-05-01 Thread Simon Marlow
;>> wrote: | > | > As Austin has told us, there's a draft of the *GHC Status Report | for | > the HCAR*, here: | > | > https://ghc.haskell.org/trac/ghc/wiki/Status/May14 | > | > Have we missed out something you have b

Re: GHC status report

2014-05-01 Thread Simon Marlow
7;ll see where we stand. Cheers, Simon On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones mailto:simo...@microsoft.com>> wrote: As Austin has told us, there's a draft of the *GHC Status Report for the HCAR*, here: https://ghc.haskell.org/trac/ghc/wiki/Status/May

Re: GHC status report

2014-05-01 Thread Edward Kmett
tails; I just watch the traffic > going by. And of course it does have benefits that doubtless generate less > traffic. > > Simon > > | > | > | > | > > | > On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones > | > mailto:simo...@microsoft.com>> wrote: &

Re: GHC status report

2014-05-01 Thread Dominick Samperi
ime to have a conversation about whether we want to >> do dynamic linking again for 7.10, or revert to static linking. I think >> Austin is going to update >> https://ghc.haskell.org/trac/ghc/wiki/DynamicGhcPrograms, and then we'll see >> where we stand. >> >&

Re: GHC status report

2014-05-01 Thread Simon Marlow
..@microsoft.com>>__> wrote: As Austin has told us, there’s a draft of the *GHC Status Report for the HCAR*, here: https://ghc.haskell.org/trac/__ghc/wiki/Status/May14 <https://ghc.haskell.org/trac/ghc/wiki/S

RE: GHC status report

2014-05-01 Thread Simon Peyton Jones
>> wrote: | > | > As Austin has told us, there's a draft of the *GHC Status Report | for | > the HCAR*, here: | > | > https://ghc.haskell.org/trac/ghc/wiki/Status/May14 | > | > Have we missed out something you have been working hard on? Do | >

Re: GHC status report

2014-04-30 Thread George Colpitts
Cheers, > Simon > > > > >> On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones >> mailto:simo...@microsoft.com>> wrote: >> >> As Austin has told us, there’s a draft of the *GHC Status Report for >> the HCAR*, here: >> >> htt

Re: GHC status report

2014-04-30 Thread Gergely Risko
Hi, On Wed, 30 Apr 2014 17:45:35 +0100, Simon Marlow writes: > Dynamic linking has been a huge headache in GHC, and it's not clear > that it's an overall improvement compared with the static linker. Now > that 7.8 is out of the way, it's time to have a conversation about > whether we want to do

Re: GHC status report

2014-04-30 Thread Simon Marlow
Peyton Jones mailto:simo...@microsoft.com>> wrote: As Austin has told us, there’s a draft of the *GHC Status Report for the HCAR*, here: https://ghc.haskell.org/trac/ghc/wiki/Status/May14 Have we missed out something you have been working hard on? Do take

Re: GHC status report

2014-04-30 Thread Austin Seipp
Great, thanks Peter! On Wed, Apr 30, 2014 at 8:29 AM, Peter Wortmann wrote: > > > Added a few sentences about DWARF support - we should really aim to get > this done for 7.10. > > Greetings, > Peter Wortmann > > > > ___ > ghc-devs mailing list > ghc-d

Re: GHC status report

2014-04-30 Thread Peter Wortmann
Added a few sentences about DWARF support - we should really aim to get this done for 7.10. Greetings, Peter Wortmann ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: GHC status report

2014-04-30 Thread Austin Seipp
mention it, so maybe that suffices. >> >> In particular, I'm hoping that it is going to fix a lot of problems with >> using foreign libraries such as OpenGL from ghci. I could be wrong about >> that though. >> >> >> On Tue, Apr 29, 2014 at 6:13 PM, Si

Re: GHC status report

2014-04-29 Thread Austin Seipp
yton Jones > wrote: >> >> As Austin has told us, there’s a draft of the GHC Status Report for the >> HCAR, here: >> >> https://ghc.haskell.org/trac/ghc/wiki/Status/May14 >> >> Have we missed out something you have been working hard on? Do take a >&g

Re: GHC status report

2014-04-29 Thread George Colpitts
f problems with using foreign libraries such as OpenGL from ghci. I could be wrong about that though. On Tue, Apr 29, 2014 at 6:13 PM, Simon Peyton Jones wrote: > As Austin has told us, there’s a draft of the *GHC Status Report for the > HCAR*, here: > > https://ghc.haskell.org

GHC status report

2014-04-29 Thread Simon Peyton Jones
As Austin has told us, there's a draft of the GHC Status Report for the HCAR, here: https://ghc.haskell.org/trac/ghc/wiki/Status/May14 Have we missed out something you have been working hard on? Do take a moment to add a bullet in an appropriate place (it's a wiki). I'd like t