Skip to content
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

Add support for array new #1284

Open
andykaylor opened this issue Jan 15, 2025 · 3 comments
Open

Add support for array new #1284

andykaylor opened this issue Jan 15, 2025 · 3 comments
Assignees

Comments

@andykaylor
Copy link
Collaborator

Implement handling of the array new operator and any additional details needed to make this work. This will involve array cookie support in CIRGenCXXABI, which in turn will require creating subclasses of CIRGenItaniumCXXABI to get the AppleARM64 ABI right.

@andykaylor
Copy link
Collaborator Author

I'm starting to work on this.

@bcardosolopes
Copy link
Member

Awesome!

@ghehg
Copy link
Collaborator

ghehg commented Jan 16, 2025

Thanks a lot!
Andy, since you are adding array cookie support, I'd like share with you about a very related issue that I just created
#1285
It's about array delete, whose unimplemented lowering may just benefit from what you plan to do.

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

3 participants