onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 13 forks source link

Refactor `hasPointer` for register inlining #327

Closed fxamacker closed 11 months ago

fxamacker commented 11 months ago

Updates #292

Description

Currently, slab has pointer if any of its element is SlabIDStorable. This will become an issue with register inlining because even though inlined slab is not SlabIDStorable, it can contain SlabIDStorable.

This PR: