# New Ticket Created by Paul Cochrane # Please include the string: [perl #45055] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45055 >
Within src/jit.c there is the todo item: /* XXX * JIT segs are currently not built * the find_segments also segfaults on PPC eval_2 * maybe something not initialized correctly * - disabled --leo */ To not build the JIT segs means that we get some dead code in parrot (as mentioned in Coverity CID 71). In this case dead code isn't such a bad thing, however it means that a feature of parrot which could (should?) be there, isn't. So, it'd be nice if this could be added back in and any problems found corrected.