| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rts: Refactor unloading of foreign export StablePtrs | Ben Gamari | 2020-09-18 | 1 | -0/+2 |
| | | | | | | | Previously we would allocate a linked list cell for each foreign export. Now we can avoid this by taking advantage of the fact that they are already broken into groups. | ||||
| * | rts: Refactor foreign export tracking | Ben Gamari | 2020-09-18 | 1 | -0/+36 |
| 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. | |||||
