Changes between Initial Version and Version 3 of Ticket #126

Show
Ignore:
Timestamp:
01/04/09 20:50:48 (13 years ago)
Author:
rurban
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #126

    • Property owner set to rurban
    • Property status changed from new to assigned
  • Ticket #126 – description

    initial v3  
    44  load_bytecode "Stream/Sub.pir" 
    55 
    6 Similar with .include. 
     6Similar with .include 
    77 
    88The library search path for load_bytcode has first the ${libdir}/library, and then ${libdir} 
     
    1313This is similar to TT#123, but just optional, TT#123 is mandatory. 
    1414 
    15 And load_bytecode "Stream/Sub.pir" should be changed to load_bytecode "Stream/Sub", because we compile it to pbc, but the pir is picked up. The library search will find the best extension. 
     152nd) load_bytecode "Stream/Sub.pir" should be changed to load_bytecode "Stream/Sub", because we compile it to pbc, but the pir is picked up. The library search will find the best extension. 
    1616 
    17 Releated is the optimization for stats for library files with given extensions, so that stat("library/Stream/Sub.pir.pasm") and so on for pbc,pasm,pir should not happen. 
     17See also TT #127 for the extension optimization.