guss-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[guss-hackers] [bug #5217] addsi_a0_seg_base is too slow


From: nobody
Subject: [guss-hackers] [bug #5217] addsi_a0_seg_base is too slow
Date: Thu, 11 Sep 2003 13:27:12 -0400
User-agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131

=================== BUG #5217: FULL BUG SNAPSHOT ===================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=5217&group_id=1953

Submitted by: jrydberg                Project: GUSS                         
Submitted on: Thu 09/11/2003 at 19:27
Category:  i386-target                Severity:  3                          
Bug Group:  feature request           Resolution:  None                     
Assigned to:  jrydberg                Status:  Open                         

Summary:  addsi_a0_seg_base is too slow

Original Submission:  The current implementation of addsi_a0_seg_base results

in the following code:



    mov    $0x0,%eax

        R_386_32  __op_param1

    lea    0x0(,%eax,4),%eax

        R_386_32  __op_param1

    add    0x58(%ebp,%eax,4),%edi



Which is _too_ much.  This could probably be replaced with

just one insn (the add) if you give the address to the

base directly as a parameter to the micro-op.





No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=5217&group_id=1953

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]