Hi All, I’m currently busy rewriting the GHC-split perl script into Haskell and require some for the platforms I don’t have at the moment. I require an example file(s) for: - Apple Darwin - Sparc - PowerPC Linux - X86 Linux - X86_64 Linux The test file I require can be generated using ghc -split-objs -keep-tmp-files -v <hs_file> and I’m looking for the file ending with .split_s (e.g. "R:\Temp\ghc1764_0\ghc1764_2.split_s") Any file of a non-trivial nature would be helpful. Thanks, Tamar
On 05/17/15 08:12 PM, Tamar Christina wrote:
Hi All,
I’m currently busy rewriting the GHC-split perl script into Haskell and require some for the platforms I don’t have at the moment.
I require an example file(s) for: - Apple Darwin - Sparc - PowerPC Linux - X86 Linux - X86_64 Linux
The test file I require can be generated using ghc -split-objs -keep-tmp-files -v <hs_file>
and I’m looking for the file ending with .split_s (e.g. "R:\Temp\ghc1764_0\ghc1764_2.split_s")
Any file of a non-trivial nature would be helpful.
I can do SPARC for you, but you need to be more specific: 1) what GHC shall I use? Is 7.6.x ok for it? Or 7.10.x? 2) choose one or more files from GHC HEAD and tell what and I'll generate what you need... Karel
Hi Karel, Thanks for the quick reply, I need them for 7.10.x, as for the files compiler/utils/GraphOps.hs and compiler/deSugar/Coverage.hs seem to be good candidates, if you could do those two for me it would be great. Thanks!, Tamar From: Karel Gardas Sent: Sunday, May 17, 2015 20:35 To: Tamar Christina Cc: GHC On 05/17/15 08:12 PM, Tamar Christina wrote:
Hi All,
I’m currently busy rewriting the GHC-split perl script into Haskell and require some for the platforms I don’t have at the moment.
I require an example file(s) for: - Apple Darwin - Sparc - PowerPC Linux - X86 Linux - X86_64 Linux
The test file I require can be generated using ghc -split-objs -keep-tmp-files -v <hs_file>
and I’m looking for the file ending with .split_s (e.g. "R:\Temp\ghc1764_0\ghc1764_2.split_s")
Any file of a non-trivial nature would be helpful.
I can do SPARC for you, but you need to be more specific: 1) what GHC shall I use? Is 7.6.x ok for it? Or 7.10.x? 2) choose one or more files from GHC HEAD and tell what and I'll generate what you need... Karel
Tamar Christina <lonetiger@gmail.com> writes:
Hi All,
I’m currently busy rewriting the GHC-split perl script into Haskell and require some for the platforms I don’t have at the moment.
I require an example file(s) for:
- Apple Darwin
- Sparc
- PowerPC Linux
- X86 Linux
- X86_64 Linux
Is this to say that you have an ARM? If not I would be willing to do some testing once my hardware arrives (which may be a month or so sadly; it's currently drifting across the Atlantic). Cheers, - Ben
participants (3)
-
Ben Gamari -
Karel Gardas -
Tamar Christina