ChenboLin
01自己紹介02プロジェクト03研究・実験04ノート
お問い合わせ
エンジニアリングプロジェクトに戻る英語で読む
コンパイラー / ランタイム6 min read

観測可能な状態を失わない疎な実行。

証明付きイベント状態実行のための制限付きコンパイラー/ランタイム。測定済みの密なフォールバックを保持する。

公開
2026-08-25
更新
2026-08-25

プロジェクトの範囲

現在 / ソフトウェア研究

Compiler semantics and runtime design

Intermediate form
State SSA and EonIR with guards and observations
Execution modes
Sparse Advance/Jump and a canonical dense executor
Scope
Restricted kernels with certificates and an independent checker
長い技術本文は現在、英語と中国語で公開しています。この言語ではナビゲーション、メタデータ、プロジェクト概要をローカライズしています。

トピック

制限付き状態カーネル証明書 + checker密なフォールバック
01

Skip inactive time without changing what is observed

EonState asks whether a dense state-update loop can be transformed into a sparse program that advances across inactive intervals, jumps at events and returns to dense execution when events become frequent.

The central requirement is not that events are always faster. It is that both executors refine the same observable semantics and switch only at a certified quiescent boundary.

02

Restricted support is a feature

The first system targets declared kernel families such as affine recurrences, leaky integration, rate limiters, supported threshold/reset forms and selected observation structures. Unsupported effects or source shapes should be rejected rather than optimised unsafely.

That makes the compiler easier to reason about because the transformation starts from a known semantic envelope instead of pretending to understand arbitrary Python or arbitrary hybrid dynamics.

03

An independent checker reviews the transformation

The compiler emits a structured representation, guard analysis and certificate material that an independent checker can inspect. Depending on the arithmetic domain, the result may be exact abstract semantics, bit-exact execution or a declared finite-precision error bound.

Those categories must remain separate. A mathematically exact formula does not automatically make a floating-point execution bit-exact.

04

Performance is an empirical question

A measured cost model is allowed to choose the dense executor when event density makes sparse execution unattractive. The system therefore treats crossover, controller overhead and fallback behaviour as things to measure, not as benefits to assume.

This keeps the project focused on a trustworthy transformation and a truthful operating envelope rather than a universal optimisation slogan.

公開証拠の境界

The current claims are restricted to checked software and semantic scopes. They do not establish arbitrary nonlinear or hybrid support, universal speedup, physical energy savings, target-board performance or a complete hardware portability result.

ここでは検証可能なエンジニアリングの範囲と考察を公開しています。共有できる状態になった段階でプロジェクトの証拠を追加します。

すべてのエンジニアリングプロジェクトを見る
Chenbo Lin
© 2026 Chenbo Lin. All rights reserved.