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
various formats represent addresses in different ways, e.g. native code uses VA while .NET uses tokens.
introduce a class hierarchy for addresses that implement the necessary operations (eq, ord, hash, repr). use these instances for "as long as possible" only at the last moment (in render) turning them into textual representations.
this may require some changes to freeze
The text was updated successfully, but these errors were encountered:
various formats represent addresses in different ways, e.g. native code uses VA while .NET uses tokens.
introduce a class hierarchy for addresses that implement the necessary operations (eq, ord, hash, repr). use these instances for "as long as possible" only at the last moment (in render) turning them into textual representations.
this may require some changes to freeze
The text was updated successfully, but these errors were encountered: