Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Documentation
Enough information about the platform to generate code for it. We need to know the pointer size and alignment constraints so that we can lay out heap objects.
Platform | |
|
platform32 :: Platform Source #
32-bit platform specification.
Heap objects are aligned to 64-bit so that double-precision floats in the object payloads maintain their alignments.
platform64 :: Platform Source #
64-bit platform specification.