# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45401] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45401 >
Hello, From: http://www.parrotcode.org/docs/pdd/pdd06_pasm.html The following flags are available: :main to indicate that execution should start at the specified subroutine; :immediate or :postcomp to indicate that the sub should be run immediately after compilation; :load to indicate that the sub should be executed when its bytecode segment is loaded; :init to indicate the sub should be run when the file is run directly. THere are two flags, ":immediate" and ":postcomp" that have the same behaviour. IMO, it'd be nice to remove such redundancies from IMCC. My proposal is to remove either :immediate or :postcomp. I'd vote for keeping :immediate, thus removing :postcomp. regards, kjs