Skip to content

[NativeAOT] consider using casting cache in GVMLookupForSlot scenario. #85927

@VSadov

Description

@VSadov

It looks like GVMLookupForSlot has the same properties as casting - what is cached is relatively fast, so the cache needs to be faster, on the other hand it can have certain tradeoffs like simple/lossy resizing and expiration policies, while providing faster lookups and lock-free add.

It would make sense to try using Casting cache for GVMLookupForSlot.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions