| I've got some time in Dec allocated to Hpc, so at that time I'll
| verify that this modification
| does not change the tick boxes actually ticked, and push it to the
| darcs repo
| (or propose something else)

Yes, that's fine.

 
| I'd really rather a primop with *arguments*  (the tick number, and
| the module name),
| and SCC would need the same, so I might look at mirroring PrimOp Id
with
| something like MagicOp Id for primitives that
|   - are saturated with constants
|   - are never called at runtime.
| Any suggestions or pitfalls?
        
The FCallId (in IdInfo.GlobalIdDetails) is rather like this, at least
with the "saturated with constants" part.  Take a look at how that
works.

Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to