You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jbmc/src/java_bytecode/README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ This module provides a front end for Java.
6
6
\section java-bytecode-conversion-section Overview of conversion from bytecode to codet
7
7
8
8
To be documented.
9
+
\subsection java-bytecode-lowering-to-goto Lowering to GOTO
10
+
11
+
The Java language contains high level programming concepts like virtual functions and throw/catch semantics. We need to rewrite these in terms of other, more fundamental operations in order to analyse it. This operation is referred to as "lowering".
12
+
13
+
The following lowering operations are done on java bytecode after converting into a basic codet representation.
0 commit comments