#688: Fakecutable creation by pbc_to_exe is critically slow for large PBC files.
----------------------+-----------------------------------------------------
 Reporter:  Util      |       Owner:  Util                                      
     Type:  bug       |      Status:  assigned                                  
 Priority:  critical  |   Milestone:                                            
Component:  install   |     Version:  trunk                                     
 Severity:  high      |    Keywords:  fakecutable pbc_to_exe pbc exe performance
     Lang:  perl6     |       Patch:                                            
 Platform:  all       |  
----------------------+-----------------------------------------------------

Comment(by Util):

 = COMMIT OF PARTIAL SOLUTION =
 In r39176, `tools/dev/pbc_to_exe.pir` was updated to partially resolve the
 problem. Rather than split the codepath into Original and MSVC (based on
 `config['os']`), we split it into Original and GCC (based on
 `config['gccversion']`).
 This allows for future changes to more easily address the needs of
 specific compilers.

 * Problem resolved on GCC.

 * MSVC still pending conversion to PIR.

 * Other compilers will be left on the old codepath until problems are
 reported and/or GCC codepath is verified to work for the non-GCC compiler.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/688#comment:4>
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