Chapter 4: Multi-threading Compiler Directives

This chapter describes the Compiler directives you can use with multi-threading programs.

Directives for Serial and Reentrant Programs

The following two directives effect the serialization and reentrancy of multi-threaded programs:

Directives that Optimize Performance

The following Compiler directives can optimize the performance of multi-threading programs:

The following directive settings are made by default:

If you want your program to be optimized for speed, set the directives as follows:

 
	 

However, you might have to change your program to take advantage of these Compiler directives.


Copyright © 2005 Micro Focus International Limited. All rights reserved.