Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/Sindarin/InstructionStream.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ InstructionStream >> willJump [
^ self willJumpIfFalse or:[ self willJumpIfTrue or: [ self willJumpTo ] ]
]

{ #category : #'*Sindarin' }
InstructionStream >> willJumpIfFalse [
"Answer whether the next bytecode is a jump-if-false."

^ self method encoderClass isBranchIfFalseAt: pc in: self method
]

{ #category : #'*Sindarin' }
InstructionStream >> willJumpIfTrue [
"Answer whether the next bytecode is a jump-if-false."
Expand Down