Hacker News new | ask | show | jobs
by hitlin37 3637 days ago
how different is ABI from XPCOM? Wasn't xpcom had the same goals to provide binary compatibility?
2 comments

ABI is not a specific technology in the same way 'API' is not. So the ABI doesn't have any specific goals, it's just something that emerges when working with dynamic linking.
XPCOM is one particular ABI.