Skip to content

Fetch changes#22

Closed
bialger wants to merge 61 commits intojit_integrationfrom
master
Closed

Fetch changes#22
bialger wants to merge 61 commits intojit_integrationfrom
master

Conversation

@bialger
Copy link
Contributor

@bialger bialger commented Jan 11, 2026

No description provided.

cloalenka and others added 30 commits January 5, 2026 16:25
cloalenka and others added 28 commits January 8, 2026 23:37
…clean up unused includes in BuiltinFunctions.hpp
… ArrayReferenceScanner and DefaultReferenceScanner for improved memory management
…nner and enhancing DefaultReferenceScanner and ArrayReferenceScanner for better OOP
… BuiltinFactory and optimizing VirtualTableRepository's name lookup
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c15c5da3cc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +167 to +168
if (first_error.has_value()) {
return std::unexpected(*first_error);

Choose a reason for hiding this comment

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

P2 Badge Reset gc_in_progress_ on Clear errors

When Clear() encounters any error, it returns early while gc_in_progress_ is still true (it’s only reset after the error check). If a destructor or repository removal fails, subsequent CollectGarbage() calls will silently no-op because the manager believes GC is already in progress, leaving the VM unable to reclaim memory for the rest of the process. Consider resetting gc_in_progress_ before returning the error (e.g., via a scope guard) so the manager doesn’t get stuck after a failed clear.

Useful? React with 👍 / 👎.

@bialger bialger closed this Jan 11, 2026
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.

2 participants