Y
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
treve
3637 days ago
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.
link
jwatte
3637 days ago
XPCOM is one particular ABI.
link