Changes between Version 61 and Version 62 of Orio


Ignore:
Timestamp:
06/13/08 16:01:55 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v61 v62  
    231231== Developer Guide == 
    232232 
    233 ''Under construction'' 
    234  
    235 == Documentation == 
     233This section covers topics on how to extend Orio with new components such as program transformation modules. 
     234 
     235== Writing a New Code Transformation Module == 
     236 
     237With the module name provided in the leader annotation, Orio dynamically loads the corresponding code transformation module and uses it to transform and generate the code in the annotation body block. If the pertinent module cannot be found in the Orio module directory, an error message is produced, and the Orio optimization process is terminated. The ''name-based dynamic loading'' provides flexibility and easy extensibility without requiring detailed knowledge or modification of the existing Orio system. 
     238 
     239 
     240''Currently under construction'' 
     241 
     242== More Detailed Documentation == 
    236243 
    237244 * [wiki:Orio/TuneSpecs Performance Tuning Specifications]