We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e9801 commit 31963a3Copy full SHA for 31963a3
jbmc/src/java_bytecode/README.md
@@ -11,7 +11,8 @@ To be documented.
11
The Java language contains high-level programming concepts like virtual
12
functions and throw/catch semantics. These need to be rewritten in terms of
13
other, more fundamental operations in order to analyse the Java program. This
14
-operation is referred to as "lowering".
+operation is referred to as "lowering". See Background Concepts for more
15
+information.
16
17
The following lowering operations are done on Java bytecode after converting
18
into a basic `codet` representation.
0 commit comments