Categories: None [Edit]
optimize
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,255 of 193,214
Downloads: 210
Daily
Ranking: 129,210 of 193,188
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 344 | 143,920,882 | prism |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | segiddins |