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

Convert the use of a Variable Length Array to alloca #1543

Merged
merged 2 commits into from Sep 17, 2021
Merged

Conversation

nwc10
Copy link
Contributor

@nwc10 nwc10 commented Sep 17, 2021

This should restore the build on MSVC.

VLA fails on windows, this allows us to catch it on other platforms first.

Resolves #1537
Instead use `alloca` to explicitly allocate storage.
@coke
Copy link
Collaborator

coke commented Sep 17, 2021

Looks good on windows, builds ok, no (new) rakudo "make test" failures on windows new-disp; Also looks fine on os x 10.15.7

@jnthn jnthn merged commit 8413e9d into new-disp Sep 17, 2021
@jnthn jnthn deleted the jit-vla-v3 branch September 17, 2021 20:52
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

3 participants