bugDotGNU Portable.NET - Bugs: bug #6069, Optimisation on the double assign...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #6069: Optimisation on the double assign and add operations

Submitter:  Gopal.V <t3rmin4t0r>
Submitted:  Mon 20 Oct 2003 10:22:55 AM UTC
   
 
Category:  None Severity:  1 - Wish
Item Group:  None Status:  Postponed
Privacy:  Public Assigned to:  t3rmin4t0r
Open/Closed:  Closed

Tue 23 Nov 2004 10:55:28 AM UTC, comment #1: 

Some time in the future :)

Gopal.V <t3rmin4t0r>
Group administrator
Mon 20 Oct 2003 10:22:55 AM UTC, original submission:  

The double assign from an integer like

double x=1;

happens as ldc.i4.1,conv.r4,stloc.0 . The conversion should
be constant folded during compilation

Gopal.V <t3rmin4t0r>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #738:  2.cs added by t3rmin4t0r (144B - text/plain - Test case)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-11-23 t3rmin4t0r StatusNone Postponed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code