Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/6812-keytable-lane.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
perf(codegen/runtime): #6812 — key-table clone lane. `o[K[idx]] = v` with a loop-invariant string-array K and an integer-proven index joins the whole-loop clone: `%` enters the numeric grammar with exact integer ranges, the preflight wrapper materializes K's entries to stable heap strings and reuses the numeric guard's receiver proof verbatim (spill lanes included) into a resolved slot table, and the nest indexes that table with integer-domain ops (i64 srem — no frem/fmod library call) before the shared inline/spill store. Rotating-key writes (w12): 58 → 3 ms vs node ~18 ms — 6× faster than node.
Loading
Loading