-
Notifications
You must be signed in to change notification settings - Fork 19
jit: collecting bigint residuals, nursery call frames, vable store-back #1712
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
youknowone
wants to merge
47
commits into
main
Choose a base branch
from
fib_recursive
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
39a6333
interp: publish the exec/eval locals mapping across the builtins plant
youknowone d7e1792
Collect on bigint mul/and/or/xor; nursery-allocate call-frame locals
youknowone c386bce
Skip unmodified vable store-back; use parent field descrs
youknowone 49e6196
Add AllVirtuals, multi-root nursery alloc, and wasm CA barrier
youknowone 0c0f01b
Restore skip of unmodified vable store-back after stash replay
youknowone 42185de
wasm: pass wb and gc_maps to CheckMemoryError
youknowone 7045b34
bench: record fib_recursive dynasm at 3 bridges
youknowone 51b1206
wasm: compare num_ref_homes after WasmModuleData wrap
youknowone c032b29
opt: restore main preamble export for immutable field hoist
youknowone ca0fde7
Restore guard-share, branch-orgpc, and one-frame resume sizes
youknowone c7f6eec
wasm: restore WasmFailDescr force fields and rd_locs
youknowone 78d9247
wasm: lower CallMallocNursery with reload wb and gc_maps
youknowone 8844aae
wasm: expect index+1 force token and force-slot failargs
youknowone 6edbd82
docs: drop PYRE_DIAG124C from the live gate list
youknowone e4459f3
walker: restore guarded_branch_core and mirror preflight
youknowone ee5caa1
bench: re-record dynasm jitstats after branch-core restore
youknowone d302f07
bench: re-record for_iter_direct_store_double under check.py env
youknowone 212ebd2
Root savedata across force and fix wasm force decode
youknowone 0718923
test: expect branch-guard resume at the not-taken arm
youknowone a9ba717
Keep last-use call Refs and publish wasm savedata
youknowone 37581ce
Fix cranelift force gcmap slots and refresh wasm jitstats
youknowone 73cd38a
Restore live PyFrame when vable identity decodes empty
youknowone 24b9d97
Root AllVirtuals across init and refresh leftover review nits
youknowone b05d53e
Do not call OpRef::raw on inline constants
youknowone efa4b3b
Allocate JIT exceptions in non-moving oldgen
youknowone 9c8d431
Publish residual GCREF args before any normalize
youknowone d8b1a7a
Do not override a live vable identity with the JITFRAME
youknowone b99ea43
Follow residual exception forwarding; skip non-object GC slots
youknowone 8e2eb99
Fix multi-root large alloc and review gcmap/root slots
youknowone 5bb8c01
Build WalkContext test fixture from WalkFrameState
youknowone 69dd3fd
Size wasm test frames and root savedata across boxed
youknowone 2b50ada
Scale wasm/dynasm ceiling from max-pypy-ratio
youknowone 4d320d5
Revert wasm/dynasm ceiling scale from max-pypy-ratio
youknowone 3a97060
Keep wasm force frames live across boxed deadframes
youknowone 1fff947
Remap leftover vable InputArgs in densify and patch
youknowone 2baa99d
Rebuild reduced vable tails before patch_new_loop
youknowone 18015a2
Record gettrace on inlined execute_frame enter/leave
youknowone d59c6e6
Pass wb and gc_maps through wasm memory-error helpers
youknowone 4b46092
Forward densified vable slots; do not remap leftover Refs
youknowone b8f54d3
Split InputArg/Op forwarding; leave leftover body Refs
youknowone 0cc7483
Do not rebuild a leftover-empty vable tail
youknowone 5ce598c
Walk leftover-empty vable tails from entry mints
youknowone a3aac5f
GETFIELD leftover-empty slots the assembler will not pass
youknowone 636f643
Record leftover-empty GETFIELD jitstats and wasm allowances
youknowone 96cc0aa
Format leftover-empty vable walk for cargo fmt
youknowone 73f7f32
Do not GETFIELD leftover-empty slots past the mint
youknowone 6eb407d
Wrap leftover-empty fit_walk_lengths for cargo fmt
youknowone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.