move icon indicating copy to clipboard operation
move copied to clipboard

[Improvement] LdConst should not repeatedly deserialize BCS constants

Open oxade opened this issue 2 years ago • 0 comments

LdConst deserializes constants from BCS every-time we hit LdConstSee here. Seems wasteful. We should keep a pool/lookup-table of already deserialized constants either in the resolver here or somewhere else.

Attempt to fix this was here, but hit test issues due to ValueImpl not impl Send

oxade avatar Jul 30 '22 16:07 oxade