Skip to content

Refactor and extract call_reducer and update_database machinery for reuse by V8 #3190

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

Merged
merged 11 commits into from
Aug 21, 2025

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Aug 21, 2025

Description of Changes

Refactors the machinery of call_reducer and update_database to
a) have smaller pieces that make up the whole so that the code becomes clearer
b) extract all the VM-independent stuff so that it can be reused by V8 modules.

This is best reviewed commit by commit.

API and ABI breaking changes

None.

Expected complexity level and risk

2, it's an important place, but this is doing just code motion.

Testing

No semantic changes, just code motion.

@Centril Centril enabled auto-merge August 21, 2025 16:45
@Centril Centril added this pull request to the merge queue Aug 21, 2025
Merged via the queue into master with commit 2a07036 Aug 21, 2025
30 of 36 checks passed
@Centril Centril deleted the centril/call-reducer-refactor branch August 21, 2025 18:00
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