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

Eliminate VLAs to work around a compiler bug #506

Open
ifakhrutdinov opened this issue Dec 12, 2024 · 0 comments
Open

Eliminate VLAs to work around a compiler bug #506

ifakhrutdinov opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request new not yet triaged

Comments

@ifakhrutdinov
Copy link
Contributor

We need to eliminate variable-length arrays in the config manager code (specifically, in c/embeddedjs.c) to address the following issues:

This is a workaround for the compiler bug which is the root cause of the problem. Later, we should consider moving to IBM Open XL C/C++.

@ifakhrutdinov ifakhrutdinov added enhancement New feature or request new not yet triaged labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new not yet triaged
Projects
None yet
Development

No branches or pull requests

1 participant