STG to JavaScript translation

Simon Peyton-Jones simonpj at microsoft.com
Thu Sep 20 12:00:33 EDT 2007


| Cool, is it implemented in 2.8? Function tagging seems promising for
| performance. But it isn't implementable in JavaScript :)

I think it'll be in GHC 6.8.

| I have one more question. There are know calls (saturated
| applications) and unknown calls in STG. Is this information is encoded
| in GHC's STG datatype or should I maintain my own table of known
| functions.

You need to keep your own table

S


More information about the Glasgow-haskell-users mailing list