Skip to content

opt(compiler): ResolvedSystemFunctionHandler + IntRange loop speciali…#7

Open
Bkm016 wants to merge 1 commit intodev/1.6from
opt/compiler-resolved-sys-intrange
Open

opt(compiler): ResolvedSystemFunctionHandler + IntRange loop speciali…#7
Bkm016 wants to merge 1 commit intodev/1.6from
opt/compiler-resolved-sys-intrange

Conversation

@Bkm016
Copy link
Copy Markdown
Collaborator

@Bkm016 Bkm016 commented Mar 15, 2026

…zation

  1. ResolvedSystemFunctionHandler: 单重载系统函数在 预解析,运行时跳过 volatile 读和解析链
  2. IntRange loop specialization: for x in 0..n 生成原始 int 计数循环,跳过 Iterator/装箱

注意:当前 benchmark (effect.fs) 未测出可观测提升,瓶颈在函数调用框架本身

…zation

1. ResolvedSystemFunctionHandler: 单重载系统函数在 <clinit> 预解析,运行时跳过 volatile 读和解析链
2. IntRange loop specialization: for x in 0..n 生成原始 int 计数循环,跳过 Iterator/装箱

注意:当前 benchmark (effect.fs) 未测出可观测提升,瓶颈在函数调用框架本身
Sign up for free to 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 participant