Skip to content

Member access rewrite #49

@DavidPH

Description

@DavidPH

Current method of doing member access involves literally doing pointer casts to manipulate pointer arithmetic operations internally. It also generates inefficient code for member-member and first-member access. All of this would probably be best served with a separate Exp class to handle the unusual nature of the operation, even if it would have some overlap with the currently appropriated classes.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions