Changes between Initial Version and Version 1 of Ticket #2949, comment 17


Ignore:
Timestamp:
01/20/13 01:18:52 (11 years ago)
Author:
pavlinux
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2949, comment 17

    initial v1  
    1818 
    1919}}} 
     20 
     21По ассемблерному коду вообще нет различий, так что, 
     22счётчик функций ваааще не показатель!  
     23 
     24{{{#!asm 
     25; pipe() secion 
     26jmp    400b05 <main+0x125> 
     27nopl   0x0(%rax) 
     28mov    0x2015d6(%rip),%edi        # 6020cc <pipefd+0x4> 
     29lea    0x20(%rsp),%rsi 
     30mov    $0x1,%edx 
     31callq  4008d0 <write@plt> 
     32mov    0x2015bd(%rip),%edi        # 6020c8 <pipefd> 
     33lea    0x20(%rsp),%rsi 
     34mov    $0x1000,%edx 
     35callq  400940 <read@plt> 
     36test   %rax,%rax 
     37jg     400af0 <main+0x110> 
     38 
     39; pipe2() secion 
     40jmp    400b85 <main+0x1a5> 
     41nopl   0x0(%rax,%rax,1) 
     42mov    0x20154a(%rip),%edi        # 6020c0 <pipe2fd+0x4> 
     43lea    0x20(%rsp),%rsi 
     44mov    $0x1,%edx 
     45callq  4008d0 <write@plt> 
     46mov    0x201531(%rip),%edi        # 6020bc <pipe2fd> 
     47lea    0x20(%rsp),%rsi 
     48mov    $0x1000,%edx 
     49callq  400940 <read@plt> 
     50test   %rax,%rax 
     51jg     400b70 <main+0x190> 
     52}}} 
     53 
     54 
     55