chore: runtime-c 源码按 rwir 类别重组 - #308
Merged
Merged
Conversation
- builtin.c/builtin_collection.c 拆分为 rwir_*.c(int/bool/array/map/ struct/ndarray/string/time/random/vthread/kv/xvalue/func) - 新增 myrwircaps.c(opcode→处理器能力表)、kvlang_vthread.h - 改名 kv.c→kvspace.c、rwir.c→rwir_decode.c、builtin_internal.h→rwir_internal.h - kvlang_runtime.h/rwirext.c/runtime.c/ffi.rs/Makefile/README 同步 - spec(runtimec内建、cruntime与后端abi、内建函数)同步 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
清理内容(源码重组,无行为变更)
把 runtime-c 的大文件按 rwir 类别拆分/改名,便于导航与维护。
builtin.c/builtin_collection.c拆为rwir_*.c:int/bool/array/map/struct/ndarray/string/time/random/vthread/kv/xvalue/funcmyrwircaps.c(opcode→处理器能力表)、kvlang_vthread.hkv.c→kvspace.c、rwir.c→rwir_decode.c、builtin_internal.h→rwir_internal.hkvlang_runtime.h、rwirext.c、runtime.c、ffi.rs、Makefile、README35 文件(+2078/-2127)。CI(shm+fs 跑 tutorial)验证构建与一致性。
🤖 Generated with Claude Code