Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Glasgow Haskell Compiler
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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
16d643cf
Commit
16d643cf
authored
Feb 12, 2020
by
Sylvain Henry
Committed by
Marge Bot
Feb 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove -ddump-srts flag
This flag is deemed not useful.
parent
df084681
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
compiler/GHC/Cmm/Info/Build.hs
compiler/GHC/Cmm/Info/Build.hs
+0
-4
compiler/main/DynFlags.hs
compiler/main/DynFlags.hs
+0
-3
No files found.
compiler/GHC/Cmm/Info/Build.hs
View file @
16d643cf
...
...
@@ -31,7 +31,6 @@ import GHC.Runtime.Heap.Layout
import
UniqSupply
import
CostCentre
import
GHC.StgToCmm.Heap
import
ErrUtils
import
Control.Monad
import
Data.Map.Strict
(
Map
)
...
...
@@ -802,9 +801,6 @@ doSRTs dflags moduleSRTInfo procs data_ = do
(
srt_declss
,
pairs
,
funSRTs
,
has_caf_refs
)
=
unzip4
result
srt_decls
=
concat
srt_declss
unless
(
null
srt_decls
)
$
dumpIfSet_dyn
dflags
Opt_D_dump_srts
"SRTs"
FormatCMM
(
ppr
srt_decls
)
-- Next, update the info tables with the SRTs
let
srtFieldMap
=
mapFromList
(
concat
pairs
)
...
...
compiler/main/DynFlags.hs
View file @
16d643cf
...
...
@@ -427,7 +427,6 @@ data DumpFlag
|
Opt_D_dump_cmm_split
|
Opt_D_dump_cmm_info
|
Opt_D_dump_cmm_cps
|
Opt_D_dump_srts
-- end cmm subflags
|
Opt_D_dump_cfg_weights
-- ^ Dump the cfg used for block layout.
|
Opt_D_dump_asm
...
...
@@ -3360,8 +3359,6 @@ dynamic_flags_deps = [
(
setDumpFlag
Opt_D_dump_cmm_info
)
,
make_ord_flag
defGhcFlag
"ddump-cmm-cps"
(
setDumpFlag
Opt_D_dump_cmm_cps
)
,
make_ord_flag
defGhcFlag
"ddump-srts"
(
setDumpFlag
Opt_D_dump_srts
)
,
make_ord_flag
defGhcFlag
"ddump-cfg-weights"
(
setDumpFlag
Opt_D_dump_cfg_weights
)
,
make_ord_flag
defGhcFlag
"ddump-core-stats"
...
...
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