build ghc with make (ghc-boot-th broken deps)

2020-05-20 Thread Daneel Yaitskov
Hi List, I pulled ghc repo (568d7279a) and trying to build with following env: Ghc from stack (8.8.3). I made links to ghc and ghc-pkg in /usr/bin ./boot is passing well, but ./configure breaks on ghc-boot step. I have no idea how could I fix this issue. I manually modified dep versions in to wh

Re: build ghc with make (ghc-boot-th broken deps)

2020-05-20 Thread Daneel Yaitskov
ocking for this case could be replaced with atomic variable. C11 standard provides such IPC abstraction. Thanks, Daniil On 5/20/20, Ben Gamari wrote: > Daneel Yaitskov writes: > >> Hi List, >> >> I pulled ghc repo (568d7279a) and trying to build with following env: &g

STG/CMM questions

2020-05-28 Thread Daneel Yaitskov
Hi, There are 2 questions: 1. How to decipher myThreadId implementation in STG? What is the principle behind STG version? Is it matching first field from TSO by type? "id" is not mentioned anyhow and there is no offset to id field. The whole TSO struct is just mentioned. emitAssign and CmmLocal

Re: GHC Logo

2020-09-01 Thread Daneel Yaitskov
Hi, Is it a contest for picking up a new logo? As for me logo "λ GHC" is redundant, because H stands for Haskell and λ here means Haskell. So logo should be GλC. Best Regards, Daniil. On Sat, Aug 15, 2020, 8:50 AM Ben Gamari wrote: > Hi everyone, > > Recently a sponsor asked for a logo for ou