Hacker News new | ask | show | jobs
by couchand 1637 days ago
Depends on the architecture: ARM for instance is a tier 1 target and you can use stable.
1 comments

This is true for aarch64, but if you're not doing an embedded-linux style project, it's very likely you'll need nightly for inline assembly, though a significant chunk of that is being stabilized as we speak (though sadly not yet enough for my work...)
Good point. Though you can always link to .S for that last bit, right? I don't mean to tell you your business, I know you folks are doing much more intense stuff than I am. It doesn't surprise me that you'd know exactly what's keeping you from using stable.
It's all good, you're not wrong! It would just add a lot of complexity to the build for not a ton of gain...