Skip to content

initializedFields in NullnessNoInitStore #1818

@wmdietl

Description

@wmdietl

It seems odd that there is an initializedFields in NullnessNoInitStore

A field with the same name, but a different type is in the InitializationStore

When removing the field from NullnessNoInitStore and its uses, there are some errors here:

// TODO: reinstate. This shows desired features, for initialization in

(That comment should be cleaned up.)

The problem seems to be that the non-pure method invocation loses which fields were already initialized.

Investigate this to see whether this would reduce memory use and reduce redundant computations.

It also seem odd that the field isn't used e.g. in LUB:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions