# New Ticket Created by Paul Cochrane # Please include the string: [perl #46291] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46291 >
In compilers/imcc/optimizer.c:move_ins_out() there is the todo item: /* XXX CFG is changed here, which also means * that the life_info is wrong now * so, currently we calc CFG and life again */ I think this means that these things -- CFG (control flow graph) and life_info -- need to be calculated properly at this point in the code.