Skip to content

input-output-hk/nothunks

Folders and files

NameName
Last commit message
Last commit date
Jan 5, 2025
Jul 28, 2023
Aug 8, 2024
Aug 8, 2024
Sep 9, 2020
Jan 5, 2025
Mar 30, 2023
Jan 9, 2025
Feb 3, 2024
Jan 5, 2025
Jan 9, 2025

Repository files navigation

nothunks

CI Tests

Long lived application data typically should not contain any thunks. This library can be used to examine values for unexpected thunks, which can then be used in assertions. This can be invaluable in avoiding memory leaks, or tracking down existing ones.

See my presentation MuniHac 2020: Being lazy without being bloated for an overview, motivating the library and explaining how it is intended to be used and how it works internally.

nothunks will try to get source information from info tables. For that one needs to use GHC 9.2 or newer and compile the code with -finfo-table-map. More precise information will be available if -fdistinct-constructor-tables flag is used as well.