Skip to content
  • Ben Gamari's avatar
    rts: Refactor foreign export tracking · c4921349
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    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.
    c4921349