Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The stable-scatter trial on main showed about 1.78 occupied CPUs for Whitefoot versus 4.04 for the native oneTBB chain at W8. This PR investigates which execution phase and work-supply mechanism account for that gap, then tests a narrowly supported change using fixed-source Whitefoot A/B controls.
The initial commit records discriminating criteria before measurement. The investigation includes partitioning, count tally, packing, final copy, allocation and initialization, with the existing independent oracle and native controls. Compiler lowering is inspected before extending the existing trace, and observed images are checked for perturbation. General scheduling/profile/PGO, broad representation redesign and I/O remain separate work.
277a1844; no completion/DCR review yet. Adds a separate coarse-phase diagnostic image with unchanged joins and a generated-module check wired toprograms-check. Candidate70c86e5broutes buffer/slice aggregate transfers through the existing snapshot-copy path, with a pending storage-placement amendment and premeasurement retention criterion. No specification or live-tree change.git diff --check: pass. Candidate correctness tests and images are building under severe local contention. Fullmake checkhas not run for this revision.