| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This page is a quick writeup for those interested. The details here will certainly change over time, but this reflects the state of the world as of JRuby 9K.
AST is converted into IRScopes containing IR instrs and operands. These scopes are interpreted and compiler passes are run over them. Once it is decided that a scope should be compiled it is passed off to the bytecode generation piece of IR.
| Back | FazBrowse Home | New Git URL |