Skip to content

Record copy constructor not supported yet #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mikhailmoiseev opened this issue May 26, 2022 · 2 comments
Closed

Record copy constructor not supported yet #25

mikhailmoiseev opened this issue May 26, 2022 · 2 comments
Milestone

Comments

@mikhailmoiseev
Copy link
Contributor

No description provided.

@mikhailmoiseev
Copy link
Contributor Author

  1. No record variable used in generated code, see record_member_array_method3.cpp and record_return_method.cpp and record_member_array_cthread.cpp
  2. No local record declaration

Record copy requires fill UseDef for all fields, use getZeroIndexAllFields()

See record_member_array_copy.cpp::loc_rec_rec_meth() and a few other methods there.
See also record_assign_concat_ctrhead.cpp::record_assign3() -- just need to add v into Use.
See also record_reg_ctrhead1.cpp and record_array_unknown_cthread.cpp.

@mikhailmoiseev
Copy link
Contributor Author

No inner record supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant