Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
fd5a86e3
Commit
fd5a86e3
authored
Dec 15, 2000
by
sewardj
Browse files
[project @ 2000-12-15 17:14:38 by sewardj]
more BCO# wibbles
parent
9f7eb812
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/HscMain.lhs
View file @
fd5a86e3
...
...
@@ -372,7 +372,7 @@ myCoreToStg dflags this_mod tidy_binds env_tc
-- simplifier, which for reasons I don't understand, persists
-- thoroughout code generation
let bcos = byteCodeGen dflags tidy_binds local_tycons local_classes
--
let bcos = byteCodeGen dflags tidy_binds local_tycons local_classes
-- _scc_ "Core2Stg"
stg_binds <- coreToStg dflags this_mod tidy_binds
...
...
ghc/compiler/prelude/primops.txt
View file @
fd5a86e3
-----------------------------------------------------------------------
-- $Id: primops.txt,v 1.1
1
2000/12/15 1
1:58
:3
5
sewardj Exp $
-- $Id: primops.txt,v 1.1
2
2000/12/15 1
7:14
:3
9
sewardj Exp $
--
-- Primitive Operations
--
...
...
@@ -1111,7 +1111,7 @@ primop TouchOp "touch#" GenPrimOp
------------------------------------------------------------------------
primop NewBCOOp "newBCO#" GenPrimOp
ByteArr# -> ByteArr# ->
MutArr# s
a -> ByteArr# -> State# s -> (# State# s, BCO# #)
ByteArr# -> ByteArr# ->
Array#
a -> ByteArr# -> State# s -> (# State# s, BCO# #)
with
has_side_effects = True
out_of_line = True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment