Is an ExitBlock
a BasicBlock
?
#155
Closed
cqc-alec
started this conversation in
Specification
Replies: 2 comments 5 replies
-
I think this is a misaligned usage of "BasicBlock" in the spec and the implementation. I think the implementation one is nicer. But "Block::Block" isn't very nice. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the current implementation, there are two kinds of
BasicBlock
:Block
andExit
. In the spec,BasicBlock
andExitBlock
are distinguished:Which is the more natural approach?
Beta Was this translation helpful? Give feedback.
All reactions