Running multithreaded GHC on Itanium

13 Jun
2007
13 Jun
'07
9:47 a.m.
I am currently trying to modify GHC 6.6.1 to run on Itanium in multithreaded mode (+RTS -N). Is it possible to do those modifications without generating back-end for Itanium? (If I am correct GHC on Itanium uses gcc to generate the code) Thanks Srdjan

14 Jun
14 Jun
10:06 a.m.
Srđan Stipić wrote:
I am currently trying to modify GHC 6.6.1 to run on Itanium in multithreaded mode (+RTS -N). Is it possible to do those modifications without generating back-end for Itanium? (If I am correct GHC on Itanium uses gcc to generate the code)
It should be possible, all you have to do is implement the primitives in includes/SMP.h for Itanium (IIRC someone else asked about this recently but I can't find the message, you might want to check the archives). Cheers, Simon
6599
Age (days ago)
6600
Last active (days ago)
1 comments
2 participants
participants (2)
-
Simon Marlow
-
Srđan Stipić