Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Haley Sapphie Owsianko
ACC-project
Commits
146e5f46
Commit
146e5f46
authored
Apr 14, 2021
by
Luca Bataillard
Browse files
remove debug comments
parent
afed2235
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/src/l3/CPSValueRepresenter.scala
View file @
146e5f46
...
...
@@ -75,8 +75,7 @@ object CPSValueRepresenter extends (H.Tree => L.Tree) {
val
varInits
=
initFunHelper
(
vars
,
1
,
blockAtom
,
rest
)
val
t1
=
Symbol
.
fresh
(
"blockset_unused"
)
val
blockSetArgs
=
Seq
(
blockAtom
,
L
.
AtomL
(
0
),
L
.
AtomN
(
workerFun
.
name
))
/*val nextBody = */
L
.
LetP
(
t1
,
CPS
.
BlockSet
,
blockSetArgs
,
varInits
)
//L.LetP(originalFunName, CPS.BlockAlloc(202), Seq(L.AtomL(vars.length + 1)), nextBody)
L
.
LetP
(
t1
,
CPS
.
BlockSet
,
blockSetArgs
,
varInits
)
}
}
...
...
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