Thread

  1. Re: ABI Compliance Checker GSoC Project

    David E. Wheeler <david@justatheory.com> — 2025-07-09T15:36:52Z

    On Jul 9, 2025, at 11:33, Andres Freund <andres@anarazel.de> wrote:
    
    > It'd be nice if we could get there, but it'd require annotating *all*
    > intentionally exported functions in the backend with PGDLLIMPORT (rather than
    > just doing that for variables).  Then we could make some symbols
    > *intentionally* not exported, which can improve the code generation (allowing
    > more compiler and linker optimizations).
    
    How much effort would that require? Is it simply annotating all such exported functions? Or is the challenge identifying them?
    
    Best,
    
    David