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

[project @ 1999-06-09 10:42:14 by simonmar]

Use ClosureInfo.hi-boot instead of ClosureInfo.hi (which might not be
built yet).
parent 35e599b5
No related branches found
No related tags found
No related merge requests found
__interface CgBindery 1 0 where __interface CgBindery 1 0 where
__export CgBindery CgBindings CgIdInfo{MkCgIdInfo} VolatileLoc StableLoc nukeVolatileBinds maybeStkLoc; __export CgBindery CgBindings CgIdInfo{MkCgIdInfo} VolatileLoc StableLoc nukeVolatileBinds maybeStkLoc;
1 type CgBindings = VarEnv.IdEnv CgIdInfo; 1 type CgBindings = VarEnv.IdEnv CgIdInfo;
1 data CgIdInfo = MkCgIdInfo Var.Id VolatileLoc StableLoc ClosureInfo.LambdaFormInfo; 1 data CgIdInfo = MkCgIdInfo Var.Id VolatileLoc StableLoc ClosureInfo!LambdaFormInfo;
1 data VolatileLoc; 1 data VolatileLoc;
1 data StableLoc; 1 data StableLoc;
1 nukeVolatileBinds :: CgBindings -> CgBindings ; 1 nukeVolatileBinds :: CgBindings -> CgBindings ;
......
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