I'm into compilers and pure functional programming. I'm doing Research & Development. (GHC, LLVM, ASM, pointer analysis, optimization) FYI: Csaba ⟦ˈt͡ʃɒbɒ⟧

Joined August 2016
If you like my work please support me on Patreon. patreon.com/csaba_hruska
0
6
11
The domain modelling of GHC RTS functionality is fun and gives lots of insights. I.e. the return-to-scheduler call is a kind of microcode instruction.
0
1
6
NEXT: learn how GHC RTS thread scheduler works. read 'rts/schedule.c' line by line
0
2
17
GHC Haskell coercion table of primitive types: The values with the same representation are coercible. (but can result runtime failure, it's up to the programmer)
0
0
6