[Haskell] Re: ANNOUNCE: HNOP 0.1

John Meacham john at repetae.net
Fri Jun 30 17:38:17 EDT 2006


On Fri, Jun 30, 2006 at 01:12:39AM -0700, Ashley Yakeley wrote:
> It would be interesting to compile it with John Meacham's Jhc, which 
> claims to leave very little overhead in its executables. I know the 
> current Jhc has a limit on total program size, but the current HNOP at 
> least may slip under the wire (and I don't make any use of arrays, so it 
> shouldn't be too slow).

; jhc -v Main.hs
....
; strip hs.out
; ls -al hs.out
-rwxr-xr-x  1 john john 6008 Jun 30 14:37 hs.out

6k or so.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈


More information about the Haskell mailing list