Changes between Version 1 and Version 2 of Ticket #854, comment 11


Ignore:
Timestamp:
03/09/17 08:11:01 (7 years ago)
Author:
Steffan Karger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #854, comment 11

    v1 v2  
    4848}}}
    4949
    50 Not in particular the `movl    $5, %edx` right before the `call    strncmp@PLT`.
     50Note in particular the `movl    $5, %edx` right before the `call    strncmp@PLT`.
    5151
    5252So I stand by my approach :)  It's explicit about what it wants to do, and the compiler understands it well enough to make it as efficient as more verbose or less explicit approaches.