Whiley / WhileyCompiler

The Whiley Compiler (WyC)
http://whiley.org
Apache License 2.0
217 stars 36 forks source link

Linking Fix? #1133

Open DavePearce opened 2 years ago

DavePearce commented 2 years ago

(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.