Skip to content

refactor: 移除 builtin opcode 判定,函数调用一律 layout 为 rwir|rwfunc - #69

Merged
miaobyte merged 1 commit into
masterfrom
issue-68-rwir-handoff
Aug 23, 2026
Merged

refactor: 移除 builtin opcode 判定,函数调用一律 layout 为 rwir|rwfunc#69
miaobyte merged 1 commit into
masterfrom
issue-68-rwir-handoff

Conversation

@miaobyte

Copy link
Copy Markdown
Contributor

Closes#68

- builtin.rs:删 native_rwir_set / IsNativeRwir / IsGlobalRwir。
- kvcpu.c:is_ext_rwir + handoff_external_rwir(外部 rwir 统一 handoff)。
- json.go 大改 + go/json 测试(edge/random/roundtrip)。
- json/numpy 教程上移到 runtime-rwirext_example 各扩展目录。
- type_expr 补 duration/objindex/strkeymapindex kind。
Co-Authored-By: Claude <noreply@anthropic.com>
@miaobyte
miaobyte merged commit 91d7bb7 into masterAug 23, 2026
@miaobyte
miaobyte deleted the issue-68-rwir-handoff branch August 23, 2026 07:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1-layout/不再检查 builtin opcode,函数调用一律 layout 为 rwir|rwfunc

1 participant

@miaobyte