#1647: Constant folding on num type
--------------------+-------------------------------------------------------
 Reporter:  grom    |       Owner:  plobsing        
     Type:  bug     |      Status:  new             
 Priority:  normal  |   Milestone:                  
Component:  imcc    |     Version:  2.3.0           
 Severity:  medium  |    Keywords:  constant folding
     Lang:          |       Patch:                  
 Platform:          |  
--------------------+-------------------------------------------------------
Changes (by bacek):

  * owner:  => plobsing


Comment:

 Hello,

 I do suspect that IMCC uses {{{float}}} instead of {{{double}}} for
 constant folding. There is 2 major problems:

 0. Using {{{float}}} for constant folding is... weird.

 1. IMCC without -On flag shouldn't optimize at all (apart from necessary
 constant folding for non-existent ops)

 --
 Bacek

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1647#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to