runtime: rwirext ABI camelCase + 06-编译器语义卷 - #274
Merged
Merged
Conversation
- 04-CABI:kvspace C ABI 导出全集(31 符号)。 - 09-cruntime与后端abi:layout cdylib 全集(6)+ runtime C 全集(203,按族分组)。 机器生成自 nm -D --defined-only,随实现变更同步更新。
nm -D 导出的符号表逐行排列(runtime 按族分节),vet 过。
layout cdylib 6 符号全集从 09-cruntime与后端abi 移到 08-layout流水线接口(ABI 归属 layout 卷);09 仅留 runtime C 导出全集。
- rwirext.c/h:kvlang_rwirext{Register,Handoff,NextPc,Params,ResolveRead,
ResolveReadPath,ResolveWrite} → kvlangRwirext*(camelCase,nm 实测 7 符号无 snake 残留)。
- 消费方同步:runtime-rs rwir、go json、py numpy。
- spec:00-导言、09-cruntime ABI 导出表更新(每符号一行);新增 06-编译器语义卷
(01 编译器定位 / 02 前端算子与后端算子 / 03 算子版本化)。
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.
snake→camel ABI + 消费方同步 + spec 06 卷。