issues Search Results · language:Dune language:HTML language:JavaScript language:Java language:JavaScript language:Python
Filter by
62.4M results
背景
DESIGN.md §3.1-6。action実行の最小単位。fork+execより速いposix_spawnを使う。
スコープ
- posix_spawn + stdout/stderr capture (pipe pool再利用)
- exit code / signal処理、action単位の出力バッファリング (interleave禁止)
- 環境変数のwhitelist渡し ...
area:executor
kind:feature
背景
DESIGN.md §3.1-3。cold startでもtext parseを避け、mmapで即graphを得る。
スコープ
- manifest群 → binary graph へのcompile (manifest mtime/hashで失効判定)
- postcard serialize + versioning header
- mmap loadでzero-copyに近い形 ...
area:store
kind:feature
perf
背景
DESIGN.md §3.1-4。全機能の土台となるDAG。
スコープ
- node: File / Action / Target をarena確保 (index参照, pointer-free)
- edge: inputs/outputs、逆辺 (file→依存actions) も保持 (dirty伝播用)
- cycle検出 + 診断
- graph query ...
area:core
kind:feature
背景
DESIGN.md §3.1-3。target/action/依存を宣言するmanifest。PoCのfrost.tomlを正式仕様化する。
スコープ
- 仕様: target名, srcs, deps, 任意command (genrule相当), toolchain参照
- serde + toml でparse、診断つきerror (file:line)
- workspace ...
area:core
kind:feature
背景
「勝った」を言うための基準線。目標値 (DESIGN.md §1) の妥当性もここで検証する。
スコープ
- 1k / 10k workspaceで ninja / make の clean, no-op, incremental を計測
- 結果を bench/baselines/ date - host .json としてcommit
- no-op時のninjaのstat ...
area:bench
NumPy 2.5.1 bumped the minimum supported GCC version from 9.3 to 10.3, and our 32-bit Linux job builds numpy from
source, so it started failing.
Time to bump our own minimum version to 10.3 as well I ...
CI
Purpose
Track the remaining manual production validation for Release 6.4.
PR #1 has passed code/CI-level validation, but Release 6.4 is not complete until actual production runtime execution
proves Runtime ...
blocked-until-runtime
release-6.4
validation
背景
DESIGN.md §6。すべての性能主張はこのharness経由でのみ行う。
スコープ
- シナリオ: clean build / no-op / incremental (1 leaf変更, 1 hot header変更) / cache-hit rebuild
- warm page cache, 5回計測して中央値, 結果をJSONで保存
- CPU governor ...
area:bench
kind:infra
背景
DESIGN.md §6。benchmarkは合成workspaceで再現可能にする。既存 sample/tools/gen.py を置き換える本格版。
スコープ
- パラメータ: target数 (1k/10k), header依存の深さ, fanout幅, 平均TU size
- 出力: C sources + headers + frost.toml 群 + 等価な build.ninja ...
area:bench
kind:infra
背景
速さの主張はregressionに弱い。最初からCIで守る。
スコープ
- push/PR で cargo build --release, cargo test, cargo clippy -- -D warnings, cargo fmt --check
- Linux runnerのみ (DESIGN.md §7: Windowsはnon-goal)
Acceptance ...
area:ci
kind:infra

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.