Heap
dotty.tools.dotc.transform.init.Objects.Heap
Abstract heap for mutable fields
Attributes
- Graph
-
- Supertypes
- Self type
-
Heap.type
Members list
Type members
Classlikes
Store the heap as a mutable field to avoid threading it through the program.
Store the heap as a mutable field to avoid threading it through the program.
Attributes
- Supertypes
Types
Immutable heap data used in the cache.
Immutable heap data used in the cache.
We need to use structural equivalence so that in different iterations the cache can be effective.
TODO: speed up equality check for heap.
Attributes
Value members
Concrete methods
In this article