Skip to content

[Task]: Generate new typedesc instruction for record and tuple when type descriptor resolving #38844

@chiranSachintha

Description

@chiranSachintha

Description

In the current implementation, new typedesc instruction generates when value is created.
When considering the following example. we create two new typedesc instructions for record{int k = 10;} type.

function foo() {
    record{int k = 10;} m;
    m = {};
    m = {k: 15};
}

Describe your task(s)

No response

Related area

-> Compilation

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

PR Sent

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions