Re: Merge Request: LLVM Code Generator for GHC

2010-02-19 Thread Krasimir Angelov
I am just curious. What had to be changed in LLVM? Could it be useful for other projects using LLVM? On Fri, Feb 19, 2010 at 12:55 AM, David Terei wrote: > Hi all, > > Over the last 6 months I've been working on a new code generator for GHC > which targets the LLVM compiler infrastructure. Most

Re: Rolling your own dynamic linker

2009-11-04 Thread Krasimir Angelov
Marlow wrote: > On 04/11/2009 06:48, Krasimir Angelov wrote: >> >> On Mon, Nov 2, 2009 at 2:02 PM, Simon Marlow  wrote: >>> >>> The main sticking point with using dlopen() exclusively, as Duncan >>> pointed >>> out, is that we need to link plain .

Re: Rolling your own dynamic linker

2009-11-03 Thread Krasimir Angelov
On Mon, Nov 2, 2009 at 2:02 PM, Simon Marlow wrote: > The main sticking point with using dlopen() exclusively, as Duncan pointed > out, is that we need to link plain .o files in GHCi. Wouldn't the dynamic linking slow down the linking? This will eliminate the advantage of the faster loading that

Re: FYI: rlwrap ghcii.sh works (Re: GHCi completion on windows?)

2008-07-04 Thread Krasimir Angelov
I also didn't get any comment for the patch so maybe the readline port is not supported anymore. I could ask in the main readline development list. I created the patch with another tool and I didn't check whether it works with the Unix tools. I will make another patch next week. I will be away in t

Re: FYI: rlwrap ghcii.sh works (Re: GHCi completion on windows?)

2008-07-04 Thread Krasimir Angelov
There is a native port of readline to Windows from gnuwi32 here: http://gnuwin32.sourceforge.net/packages/readline.htm It is rather flaky but I did some fixes in the C library and now it works very well. The Haskell binding also just works. You can find the patch here: http://sourceforge.net/tra