Hacker News new | ask | show | jobs
by perone 3588 days ago
This is actually easy to do, you just need to generate the IR and then merge them into a Module, after that you apply passes over the entire module to optimize, to do function inlining, etc.