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

feat(jstz_engine): add support for rooting GC values #680

Open
wants to merge 1 commit into
base: ajob410@jstz-195-tracing
Choose a base branch
from

Conversation

johnyob
Copy link
Collaborator

@johnyob johnyob commented Nov 20, 2024

Context

See gc/root.rs for context.

Description

See gc/root.rs for described solution.

Manually testing the PR

cargo nextest run -p jstz_engine

@johnyob johnyob self-assigned this Nov 20, 2024
@johnyob johnyob force-pushed the ajob410@jstz-195-tracing branch 2 times, most recently from 25ee901 to f55488f Compare November 27, 2024 18:32
@johnyob johnyob requested a review from zcabter November 27, 2024 19:53
@johnyob johnyob marked this pull request as ready for review November 27, 2024 19:53
Copy link

codecov bot commented Nov 27, 2024

Codecov Report

Attention: Patch coverage is 61.96078% with 97 lines in your changes missing coverage. Please review.

Project coverage is 45.65%. Comparing base (f55488f) to head (6146f87).

Files with missing lines Patch % Lines
crates/jstz_engine/src/gc/root.rs 71.15% 45 Missing ⚠️
crates/jstz_engine/src/script.rs 25.00% 36 Missing ⚠️
crates/jstz_engine/src/realm.rs 33.33% 10 Missing ⚠️
crates/jstz_engine/src/context.rs 83.33% 6 Missing ⚠️
Files with missing lines Coverage Δ
crates/jstz_engine/src/gc/ptr.rs 66.15% <ø> (+15.38%) ⬆️
crates/jstz_engine/src/context.rs 74.65% <83.33%> (+2.33%) ⬆️
crates/jstz_engine/src/realm.rs 60.00% <33.33%> (-6.67%) ⬇️
crates/jstz_engine/src/script.rs 23.84% <25.00%> (+0.41%) ⬆️
crates/jstz_engine/src/gc/root.rs 71.15% <71.15%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f55488f...6146f87. Read the comment docs.

@johnyob johnyob assigned zcabter and unassigned johnyob Nov 27, 2024
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