# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #49480] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49480 >
There is no way from PIR to determine the current runcore, and it does not appear in the output of 'parrot -v'. According to particle: ***** in c you can look at interp->run_core, so you can find it with gdb easily it's easy enough for me to create an opcode that can return the runcore ***** It seems like this should be available from interpinfo in PIR ... and since 'parrot -v' displays optimization information, it should probably display the runcore chosen as well. -'f