home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / perfTuning / programOpt / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.8 KB  |  43 lines

  1.  
  2.                 ~4Dgifts/toolbox/perfTuning/programOpt README
  3.  
  4.               everything EXCEPT this README file hails from the
  5.                 toolbox/documents/optimization subtree and is
  6.                        included here for completeness
  7.  
  8.  
  9.    Just in case you all need something else to read on how to optimize your
  10.    code, we've created PostScript files of the first three chapters of the
  11.    "Irix Programming Guide," which cover:
  12.  
  13.    IRIXProg.Compiler.ps:  Chapter 1, "Using the Compiler System," 
  14.        describes the components of the IRIS-4D Series compiler system and 
  15.        explains how to use them.
  16.  
  17.    IRIXProg.Perf.ps:  Chapter 3, "Improving Program Performance," 
  18.        explains how to reduce program execution time using profiling and 
  19.        optimization tools.
  20.  
  21.    IRIXProg.Intro.ps:  
  22.        explains what else is in this manual.  Of course, this manual is
  23.        also available online through Insight;  you can print pages from 
  24.        within Insight if you want to.  
  25.  
  26.    IRIXSysProg.DSOs.ps:  Chapter 3, "Dynamic Shared Objects", describes 
  27.        essential DSO topics including their definition, Using DSOs, 
  28.        Taking Advantage of QuickStart, Building DSOs, Runtime Linking, 
  29.        Dynamic Loading Under Program Control, and Versioning of DSOs.
  30.  
  31.    ld.showcase:  showcase slides presented in-house a few months back
  32.        covering Build-time alternatives relating to ld, including using the 
  33.        "-update_registry" and "-no_unresolved" flags, Transitive Links, and
  34.        Delayed Load.
  35.  
  36.    rld.overview:  ascii version of showcase slides presented in-house a few 
  37.        months back providing an overview of Quickstart, Requickstart and 
  38.        tasks performed by RLD, the dynamic linker.
  39.  
  40.  
  41.    As always, comments are very welcome.  Please send all feedback to 
  42.    dave@sgi.com to be routed to the proper authorities.
  43.