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

Coding - Resolving C6263 warnings #61

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Conversation

dpasukhi
Copy link
Member

@dpasukhi dpasukhi commented Sep 9, 2024

Reorganizing code to not call alloca inside loop.
alloca allocated memory from stack and free after finishing function

@dpasukhi dpasukhi added 2. Enhancement New feature or request 1. Coding Coding rules, trivial changes and misprints labels Sep 9, 2024
@dpasukhi dpasukhi self-assigned this Sep 9, 2024
Copy link

@ikochetkova ikochetkova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No remarks.

Reorganizing code to not call alloca inside loop.
  alloca allocated memory from stack and free after finishing function
@dpasukhi dpasukhi merged commit acf0a7f into Open-Cascade-SAS:IR Sep 14, 2024
4 checks passed
@dpasukhi dpasukhi deleted the C6263 branch September 14, 2024 19:58
@dpasukhi dpasukhi restored the C6263 branch September 14, 2024 19:58
@dpasukhi dpasukhi deleted the C6263 branch September 14, 2024 19:58
@dpasukhi dpasukhi added this to the Release 7.9 milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Coding Coding rules, trivial changes and misprints 2. Enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants