Skip to content
Snippets Groups Projects
Commit 3ddfe34b authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-03-14 09:55:05 by simonmar]

Handle references from the RTS to the Prelude in a more consistent
way.

	- For statically-linked binaries, nothing has changed.

	- For the interpreter, refs from the RTS to the Prelude
	  are now indirected.  The indirections need to be
	  filled in at some point during startup by calling
	  fixupPreludeRefs (in Prelude.c).

	- The CHARLIKE and INTLIKE tables are now handled in
	  the same way for both Hugs and DLLs.

Hugs will be broken for a short while until Julian sorts out the Hugs
parts of this change.
parent 64dfa4a8
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment