You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Layer 0 – Language Semantics / Semantic Foundation: These components define how the source program runs on the target system — the "naive" P-code machine plus the mathematical function (reduction engine + IR) over it.
Layer 1 – Deployed Image (Target-Side): These are the components present in the image running on the target system — beyond a minimal "naive" implementation, the deployed image includes optimized code and stitching/runtime logic.
Issue tree:
Diagram:
