reaver-project / vapor

Vapor is a language made as a part of the Reaver Project effort. The name has originated as a word play on a word "vaporware" - the author often called this language a "vaporlang", and later decided to keep that name.
Other
5 stars 4 forks source link

Inlining #49

Open griwes opened 6 years ago

griwes commented 6 years ago

This issue encompasses both inlining at the analysis stage -- to allow things like force_inline in the future -- and at codegen stage, where the compiler can inspect the size of actually generated instruction list and merge them when it wants to.