runtime: 三表 quickening + 读借用池指令边界回收 + benchmark v0.2.9(#255) - #258
Merged
Merged
Conversation
- langtypetable.c:base kind 串↔int id 双向映射(decode 期 intern,热路径纯整数比较), 不入 kvspace。 - builtin 系/scalar 访问改 id 路由(kvlangXvalueScalar/kvlangScalarI64);控制流拆 kvlangCtlCall 等 id 派发。builtin_random/vthread/time/string/collection 同步。 Ref #255
kvcpu 每条指令后回收(cache 指令读参已 Materialize 自持不受影响);durable 惰性写不再清池,读借用生命周期同槽、边界统一失效。
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.
v0.2.9 后 runtime 推进:三表 quickening(kind→id,langtypetable)、控制流 id 化、
指令边界 kvspaceReadReset 回收读借用池(durable 惰性写不清池);benchmark 补录。
Ref #255