Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takenobu-hs/haskell-ghc-cmm-examples
Haskell/GHC Cmm examples
https://github.com/takenobu-hs/haskell-ghc-cmm-examples
ghc haskell
Last synced: about 1 month ago
JSON representation
Haskell/GHC Cmm examples
- Host: GitHub
- URL: https://github.com/takenobu-hs/haskell-ghc-cmm-examples
- Owner: takenobu-hs
- License: bsd-3-clause
- Created: 2019-05-06T11:43:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T03:04:06.000Z (over 3 years ago)
- Last Synced: 2024-11-07T20:46:49.539Z (3 months ago)
- Topics: ghc, haskell
- Language: Assembly
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Haskell/GHC Cmm examples
========================This is an example collection for Haskell GHC's Cmm.
### References
* Cmm syntax
* https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler/cmm-syntax* compiler/GHC/Cmm/Parser.y
* https://gitlab.haskell.org/ghc/ghc/blob/master/compiler/GHC/Cmm/Parser.y* TheC--LanguageSpeci cationVersion2.0
* https://www.cs.tufts.edu/~nr/c--/extern/man2.pdf* C–: a portable assembly language that supports garbage collection
* https://www.microsoft.com/en-us/research/publication/portable-assembly-language-supports-garbage-collection/?from=http%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fum%2Fpeople%2Fsimonpj%2Fpapers%2Fc--%2Fppdp.ps.gz