Skip to content

perf(llvm): inline numeric bitwise operations - #366

Merged
ctate merged 1 commit into
mainfrom
perf/issue-357-inline-bitwise
Sep 21, 2026
Merged

ctate merged 1 commit into
mainfrom
perf/issue-357-inline-bitwise

Conversation

@ctate

@ctate ctate commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator
  • Emit JavaScript bitwise operators with native i32 instructions.
  • Cover native emission and hot-loop coercion semantics.

Fixes #357

- Emit JavaScript bitwise operators with native i32 instructions.
- Cover native emission and hot-loop coercion semantics.

Fixes #357

Co-authored-by: Fábio Pereira <300015+redvulps@users.noreply.github.com>
@vercel

vercel Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
scriptc Ready Ready Preview, v0 Sep 21, 2026 2:40pm UTC

@ctate
ctate merged commit c512944 into main Sep 21, 2026
21 checks passed

This branch was successfully deployed

1 active deployment
Preview — 1f012f89 Deployed Sep 21, 2026 by vercel[bot]
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.

Bitwise operators lower to out-of-line scr_bit_* calls — 77x slower than Node on integer hot loops

1 participant