Hacker News new | ask | show | jobs
by int_19h 534 days ago
But if you depend on specific ordering of register operations, isn't this kind of code best hand-written in assembly anyway?
1 comments

In general, assembly code escape blocks are often used with macros for ease of understanding architecture specific builds.

There are binary optimizers and linkers that can still thrash Assembly objects in unpredictable ways.

Best of luck =3