Skip to content

Investigate lifting 16-bit class-id limit in Dart VM #42533

@mkustermann

Description

@mkustermann

The first customers have started to hit 16-bit class id limit in JIT mode. See b/160229360

We should investigate lifting our 16-bit class-id restriction and see what the code size and heap usage impact is.

We could possibly also investigate lifting the two word heap alignment requirement, thereby freeing up space in heap objects (on average). Possibly also shrinking identity hash code (or handling it differently).

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions