1 /* -----------------------------------------------------------------------------
3 * User-overridable RTS hooks.
5 * ---------------------------------------------------------------------------*/
12 { /* In a GUM setup this is called on each
13 PE immediately before SynchroniseSystem.
14 It can be used to read in static data
15 to each PE which has to be available to
16 each PE. See GPH-Maple as an example how to
17 use this in combination with foreign language
19 http://www.risc.uni-linz.ac.at/software/ghc-maple/