Adding new calling conventions for use in YHC.Core

Jeremy, You wrote: ======================== Perhaps when the --core flag is present, the frontend should just treat the calling convention as String? Basically, I would extend the Style from: data Style = Ordinary | CCast | Address | FunAddress | Dynamic | Wrapper deriving Eq to: data Style = Ordinary | CCast | Address | FunAddress | Dynamic | Wrapper | Other String deriving Eq ======================== This message: http://www.haskell.org/pipermail/yhc/2007-August/001083.html mentions this (in the last paragraph). So, was this actually implemented, or still remains a proposal? -- Dimitry Golubovsky Anywhere on the Web

At Wed, 22 Aug 2007 09:18:26 -0400, Dimitry Golubovsky wrote:
This message:
http://www.haskell.org/pipermail/yhc/2007-August/001083.html
mentions this (in the last paragraph). So, was this actually implemented, or still remains a proposal?
Aha! If I use the --no-bytecode flag, then everything seems to work as desired. Thanks! j.
participants (2)
-
Dimitry Golubovsky
-
Jeremy Shaw