Skip to content

refactor: move common parts from (V8Profile|V8HoleFuzzingProfile|V8SandboxProfile).swift to V8CommonProfile.swift #519

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

simbahax
Copy link

@simbahax simbahax commented Aug 2, 2025

Multiple profiles for V8 fuzzing exist.
Currently, common functionality is re-implemented in every profile, therefore there is an open todo in some of the profiles.

This PR implements this to ease the implementation of new profiles :)

Point for discussion: The namespace is somewhat polluted here, e.g., other profiles also implement a GcGenerator.
I prefixed these where required, there might be better ways around that.

…ndboxProfile).swift to V8CommonProfile.swift
@simbahax simbahax force-pushed the feature/v8commonprofile branch from c01adae to b1da06f Compare August 4, 2025 16:29
@simbahax
Copy link
Author

simbahax commented Aug 4, 2025

(rebased to current main)

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.

1 participant