GHC.Platform.Profile
Platform profiles
Documentation
A platform profile fully describes the kind of objects that are generated for a platform.
Platform
doesn't fully describe the ABI of an object. Compiler ways
(profiling, debug, dynamic) also modify the ABI.
Constructors
Profile | |
Fields
|
profileBuildTag :: Profile -> String Source #
Unique build tag for the profile
profileConstants :: Profile -> PlatformConstants Source #
Get platform constants
profileIsProfiling :: Profile -> Bool Source #
Is profiling enabled
profileWordSizeInBytes :: Profile -> Int Source #
Word size in bytes