Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
5f98d44d
Commit
5f98d44d
authored
Aug 08, 2013
by
Edward Z. Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicit import lists for StgCmmProf.
Signed-off-by:
Edward Z. Yang
<
ezyang@mit.edu
>
parent
b05caa77
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
8 deletions
+9
-8
compiler/codeGen/StgCmm.hs
compiler/codeGen/StgCmm.hs
+1
-1
compiler/codeGen/StgCmmBind.hs
compiler/codeGen/StgCmmBind.hs
+2
-1
compiler/codeGen/StgCmmCon.hs
compiler/codeGen/StgCmmCon.hs
+1
-1
compiler/codeGen/StgCmmExpr.hs
compiler/codeGen/StgCmmExpr.hs
+1
-1
compiler/codeGen/StgCmmForeign.hs
compiler/codeGen/StgCmmForeign.hs
+1
-1
compiler/codeGen/StgCmmHeap.hs
compiler/codeGen/StgCmmHeap.hs
+1
-1
compiler/codeGen/StgCmmLayout.hs
compiler/codeGen/StgCmmLayout.hs
+1
-1
compiler/codeGen/StgCmmPrim.hs
compiler/codeGen/StgCmmPrim.hs
+1
-1
No files found.
compiler/codeGen/StgCmm.hs
View file @
5f98d44d
...
...
@@ -11,7 +11,7 @@ module StgCmm ( codeGen ) where
#
define
FAST_STRING_NOT_NEEDED
#
include
"HsVersions.h"
import
StgCmmProf
import
StgCmmProf
(
initCostCentres
,
ldvEnter
)
import
StgCmmMonad
import
StgCmmEnv
import
StgCmmBind
...
...
compiler/codeGen/StgCmmBind.hs
View file @
5f98d44d
...
...
@@ -20,7 +20,8 @@ import StgCmmMonad
import
StgCmmEnv
import
StgCmmCon
import
StgCmmHeap
import
StgCmmProf
import
StgCmmProf
(
curCCS
,
ldvEnterClosure
,
enterCostCentreFun
,
enterCostCentreThunk
,
initUpdFrameProf
,
costCentreFrom
)
import
StgCmmTicky
import
StgCmmLayout
import
StgCmmUtils
...
...
compiler/codeGen/StgCmmCon.hs
View file @
5f98d44d
...
...
@@ -23,7 +23,7 @@ import StgCmmEnv
import
StgCmmHeap
import
StgCmmUtils
import
StgCmmClosure
import
StgCmmProf
import
StgCmmProf
(
curCCS
)
import
CmmExpr
import
CLabel
...
...
compiler/codeGen/StgCmmExpr.hs
View file @
5f98d44d
...
...
@@ -17,7 +17,7 @@ import StgCmmMonad
import
StgCmmHeap
import
StgCmmEnv
import
StgCmmCon
import
StgCmmProf
import
StgCmmProf
(
saveCurrentCostCentre
,
restoreCurrentCostCentre
,
emitSetCCC
)
import
StgCmmLayout
import
StgCmmPrim
import
StgCmmHpc
...
...
compiler/codeGen/StgCmmForeign.hs
View file @
5f98d44d
...
...
@@ -18,7 +18,7 @@ module StgCmmForeign (
#
include
"HsVersions.h"
import
StgSyn
import
StgCmmProf
import
StgCmmProf
(
storeCurCCS
,
ccsType
,
curCCS
)
import
StgCmmEnv
import
StgCmmMonad
import
StgCmmUtils
...
...
compiler/codeGen/StgCmmHeap.hs
View file @
5f98d44d
...
...
@@ -28,7 +28,7 @@ import CLabel
import
StgCmmLayout
import
StgCmmUtils
import
StgCmmMonad
import
StgCmmProf
import
StgCmmProf
(
profDynAlloc
,
dynProfHdr
,
staticProfHdr
)
import
StgCmmTicky
import
StgCmmClosure
import
StgCmmEnv
...
...
compiler/codeGen/StgCmmLayout.hs
View file @
5f98d44d
...
...
@@ -29,7 +29,7 @@ import StgCmmArgRep -- notably: ( slowCallPattern )
import
StgCmmTicky
import
StgCmmMonad
import
StgCmmUtils
import
StgCmmProf
import
StgCmmProf
(
curCCS
)
import
MkGraph
import
SMRep
...
...
compiler/codeGen/StgCmmPrim.hs
View file @
5f98d44d
...
...
@@ -21,7 +21,7 @@ import StgCmmMonad
import
StgCmmUtils
import
StgCmmTicky
import
StgCmmHeap
import
StgCmmProf
import
StgCmmProf
(
costCentreFrom
,
curCCS
)
import
DynFlags
import
Platform
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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