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

ObjectOutliner: try outline alloc_refs in multiple iterations to handle multi-dimensional arrays #73706

Merged
merged 1 commit into from
May 21, 2024

Conversation

eeckstein
Copy link
Member

This allows to completely statically allocate multi-dimensional global arrays, like

var x = [[1, 2], [3, 4], [5, 6]]

…le multi-dimensional arrays

This allows to completely statically allocate multi-dimensional global arrays, like
```
var x = [[1, 2], [3, 4], [5, 6]]
```
@eeckstein
Copy link
Member Author

@swift-ci test

@eeckstein eeckstein merged commit 55a2a41 into apple:main May 21, 2024
5 checks passed
@eeckstein eeckstein deleted the object-outliner-improvement branch May 21, 2024 07:05
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

Successfully merging this pull request may close these issues.

None yet

1 participant