You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Establish the exact source-level private ABI denominator before implementing shims.
Acceptance:
Pin Home revision 7ed99c02e50034f869d0db6d487115bb44332fe4 and every JSC source file containing an extern declaration.
Use a comment/string-aware scanner to capture every extern fn name, normalized signature, source location, source digest, and effective calling convention.
Classify public-C overlap, platform imports, and private-JSC symbols with zero unclassified entries.
Fail on revision, source, signature, duplicate-conflict, or classification drift.
Parent: #163
Establish the exact source-level private ABI denominator before implementing shims.
Acceptance: