WhileyCompiler icon indicating copy to clipboard operation
WhileyCompiler copied to clipboard

Linking Fix?

Open DavePearce opened this issue 3 years ago • 0 comments

(see also #1131)

The problem with linking as it stands is the difficulty of comparing two types in different heaps for equality. One way to resolve this is perhaps to avoid it. Instead of searching for matches, we retain the mapping for what has been imported already and where it is.

DavePearce avatar Apr 07 '22 22:04 DavePearce