Re: Compiling binaries of bytecode: ever been considered?

2019-11-04 Thread Brandon Allbery
Lots of people have had such ideas… until they looked at the bco
implementation. Consider yourself warned.

On Mon, Nov 4, 2019 at 9:02 AM Andreas Klebinger 
wrote:

> I've heard the idea come up once or twice. But I'm not aware of any
> efforts going further than that.
>
>
>
> Christopher Done schrieb am 04.11.2019 um 14:59:
> > Hi all,
> >
> > I was just wondering: has a compiler output mode ever been considered
> > that would dump bytecode to a file, dynamic link to the ghc runtime,
> > and then on start-up that program would just interpret the bytecode
> > like ghci does?
> >
> > The purpose would be simply faster compile-and-restart times.
> >
> > Cheers,
> >
> > Chris
> > ___
> > ghc-devs mailing list
> > ghc-devs@haskell.org
> > http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>
> ___
> ghc-devs mailing list
> ghc-devs@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>


-- 
brandon s allbery kf8nh
allber...@gmail.com
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Re: Compiling binaries of bytecode: ever been considered?

2019-11-04 Thread Andreas Klebinger

I've heard the idea come up once or twice. But I'm not aware of any
efforts going further than that.



Christopher Done schrieb am 04.11.2019 um 14:59:

Hi all,

I was just wondering: has a compiler output mode ever been considered
that would dump bytecode to a file, dynamic link to the ghc runtime,
and then on start-up that program would just interpret the bytecode
like ghci does?

The purpose would be simply faster compile-and-restart times.

Cheers,

Chris
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Compiling binaries of bytecode: ever been considered?

2019-11-04 Thread Christopher Done
Hi all,

I was just wondering: has a compiler output mode ever been considered
that would dump bytecode to a file, dynamic link to the ghc runtime,
and then on start-up that program would just interpret the bytecode
like ghci does?

The purpose would be simply faster compile-and-restart times.

Cheers,

Chris
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs