I am digging deeper into how memory works in V8, and this is something I can't understand.
When object grows or memory is compacted, it means that the address on RAM changes. Does it mean that V8 updates all existing references to point to the new address?