summaryrefslogtreecommitdiff
path: root/rts/ForeignExports.h
Commit message (Collapse)AuthorAgeFilesLines
* rts: Refactor foreign export trackingBen Gamari2020-09-181-0/+21
This avoids calling `libc` in the initializers which are responsible for registering foreign exports. We believe this should avoid the corruption observed in #18548. See Note [Tracking foreign exports] in rts/ForeignExports.c for an overview of the new scheme.