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

fix(#3084): combined memory and malloc + added scope and remove memory leaks #3133

Merged

Conversation

maxonfjvipon
Copy link
Member

@maxonfjvipon maxonfjvipon commented Apr 23, 2024

Closes: #3084
Closes: #3125


PR-Codex overview

This PR updates memory handling in the codebase, optimizes XLS parsing, and refactors malloc functionality.

Detailed summary

  • Updated memory handling and malloc functionality
  • Optimized XLS parsing train using lambda expressions
  • Refactored malloc.of and malloc.of.allocated classes

The following files were skipped due to too many changes: eo-runtime/src/test/eo/org/eolang/seq-tests.eo, eo-runtime/src/test/eo/org/eolang/runtime-tests.eo, eo-runtime/src/test/java/EOorg/EOeolang/EOmallocTest.java, eo-runtime/src/test/eo/org/eolang/while-tests.eo, eo-runtime/src/main/eo/org/eolang/malloc.eo, eo-runtime/src/test/eo/org/eolang/malloc-tests.eo

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@maxonfjvipon
Copy link
Member Author

@yegor256 please check

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Apr 23, 2024

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit ab4fd17 into objectionary:master Apr 23, 2024
18 checks passed
@rultor
Copy link
Contributor

rultor commented Apr 23, 2024

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 18min)

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.

malloc.pointer needs realloc object Limit memory usage scope
3 participants