Post AkLBIld5dbybln7d8y by [email protected] | |
More posts by [email protected] | |
Post #AkL0QB3WP2R79wof4q by [email protected] | |
0 likes, 1 repeats | |
Mid-level dev: shows me an IDE set up to show the disassembled compiler outputM… | |
Post #AkL0xmSiLdGojHch2O by [email protected] | |
0 likes, 0 repeats | |
@ryanc what does this mean haha | |
Post #AkL0xmYjzE5h1yRVQm by [email protected] | |
0 likes, 1 repeats | |
@josh dev was doing some premature optimization, which i personally think is gr… | |
Post #AkL1J20bjzv71mbrDE by [email protected] | |
0 likes, 1 repeats | |
@josh hot path: code that runs a lotprofiling: a process that figures out which… | |
Post #AkL1jQy3ZDYXxv0R0a by [email protected] | |
0 likes, 1 repeats | |
@josh A modern compiler can turn this:uint32_t example() { uint32_t val = 0,… | |
Post #AkLBIld5dbybln7d8y by [email protected] | |
0 likes, 0 repeats | |
@ryanc @josh Make the tiniest mistake, though, and the compiler will throw away… | |
Post #AkLBIljTFt545a6j5c by [email protected] | |
0 likes, 1 repeats | |
@sabik @josh Yup, that's the evil genie part. |