sauron271's blog

By sauron271, 16 months ago, In English

Have you come across any case where removing macros will speed up the code just enough to get it accepted in tight cases.

  • Vote: I like it
  • -5
  • Vote: I do not like it

»
16 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

no

»
16 months ago, hide # |
 
Vote: I like it +15 Vote: I do not like it

Macros are replaced during compilation, so they don't affect runtime.