Skip to content

Commit 31963a3

Browse files
author
thk123
committed
Add tempoary reference to background concepts
To be replaced by diffblue#2806
1 parent 38e9801 commit 31963a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jbmc/src/java_bytecode/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ To be documented.
1111
The Java language contains high-level programming concepts like virtual
1212
functions and throw/catch semantics. These need to be rewritten in terms of
1313
other, more fundamental operations in order to analyse the Java program. This
14-
operation is referred to as "lowering".
14+
operation is referred to as "lowering". See Background Concepts for more
15+
information.
1516

1617
The following lowering operations are done on Java bytecode after converting
1718
into a basic `codet` representation.

0 commit comments

Comments
 (0)