ci: cross-OS wall-clock benchmark of the pool dispatch modes - #648
Closed
abinavpp wants to merge 14 commits into
Closed
ci: cross-OS wall-clock benchmark of the pool dispatch modes#648abinavpp wants to merge 14 commits into
abinavpp wants to merge 14 commits into
Conversation
…annels The exit()-based stack error handler and the per-unit LLVM option parsing are process-global, making process-per-unit isolation a correctness requirement rather than a performance choice. Stack-too-deep now arrives as a per-context diagnostic captured around emission, and per-unit codegen parameters ride the module as flags. Needs the paired solx-llvm branch (per-module flag reading, the diagnostic kind and its C API accessor).
abinavpp
force-pushed
the
app-pool-mode-bench
branch
from
August 14, 2026 10:00
4a0032d to
d3221b1
Compare
abinavpp
force-pushed
the
app-pool-mode-bench
branch
from
August 14, 2026 16:09
58401fc to
a16a794
Compare
abinavpp
force-pushed
the
app-pool-mode-bench
branch
from
August 15, 2026 15:42
12ca10a to
57d06cb
Compare
Coverage Summary
|
abinavpp
force-pushed
the
app-rework-std-coms
branch
from
August 19, 2026 06:38
59e16a8 to
dffd7e3
Compare
Contributor
Author
|
Folded into #587 (the benchmark harness, workflow, and report now live there). |
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.
Opt-in CI benchmark (label ci:mode-bench) comparing in-process threads vs the SOLX_SUBPROCESS worker pool on all slang-tests platforms. Numbers feed the threads-by-default discussion on #587.