Categories: None [Edit]

optimize

https://rubygems.org/gems/optimize
https://github.com/segiddins/optimize-rb
Optimize is an ahead-of-time YARV bytecode optimizer for CRuby. It decodes iseq binaries into an in-memory IR, runs a configurable pipeline of passes (constant folding, inlining, dead-stash elimination, arithmetic reassociation, and others) under a narrow contract that the program's hot path respects, and re-emits an optimized iseq. Intended as a demo and an experiment, not a production compiler.

Total

Ranking: 192,638 of 193,756
Downloads: 219

Daily

Ranking: 110,042 of 193,649
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
331153,339,645prism

Owners

#GravatarHandle
1iconsegiddins