Hacker News new | ask | show | jobs
by zdw 303 days ago
I assume this is faster than doing two separate builds, because it can skip certain steps of the complier pipeline, and only the items that are arch specific (codegen, probably others) are done twice?
1 comments

They can't really share anything since the preprocessor stage can be different.