ssa

Tag

Cards List
#ssa

Value Numbering

Hacker News Top · 2026-06-08 Cached

The article explains value numbering, a compiler optimization technique that identifies identical computations to avoid redundancy, building on Static Single Assignment (SSA) form and using hash-consing for efficient comparison.

0 favorites 0 likes
#ssa

Partial static single information form

Lobsters Hottest · 2026-05-13 Cached

The article discusses Partial Static Single Information (SSI) form, an extension to SSA in compilers that captures path-dependent type information. It proposes a practical shortcut for implementing Partial SSI during SSA construction in dynamic languages, specifically referencing an implementation in Ruby's ZJIT.

0 favorites 0 likes
#ssa

QBE – Compiler Back End

Hacker News Top · 2026-05-08 Cached

QBE is a compact, hobby-scale compiler backend that provides 70% of the performance of industrial optimizing compilers in 10% of the code, supporting amd64, arm64, and riscv64 with a simple SSA-based intermediate language.

0 favorites 0 likes
#ssa

@alex_whedon: Hey, folks! We have been blown away by the response to SubQ and the SSA breakthrough over the last 48 hours. It is awes…

X AI KOLs Following · 2026-05-07

The creator of SubQ announces an overwhelming response to the SSA breakthrough, with plans to release a model card with additional data and third-party validation next week.

0 favorites 0 likes
← Back to home

Submit Feedback