fwcd / kotlin-debug-adapter

Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol
MIT License
110 stars 19 forks source link

Reuse variable references for better representation of cyclic references #47

Closed fwcd closed 3 years ago

fwcd commented 3 years ago

Reuse variable references in object pools. This makes representation of cyclic references much more memory efficient, since every object only has to have a single ID.