Skip to content

Commit

Permalink
Added chapter about java bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Mar 10, 2014
1 parent 7e76256 commit 926bf6a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions documents/Programmierparadigmen/Java-Bytecode.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
%!TEX root = Programmierparadigmen.tex
\chapter{Java Bytecode}
\index{Java Bytecode|(}
\begin{definition}[Bytecode]\xindex{Bytecode}%
Der Bytecode ist eine Sammlung von Befehlen für eine virtuelle Maschine.
\end{definition}

Bytecode ist unabhängig von realer Hardware.

\begin{definition}[Heap]\xindex{Heap}\xindex{Speicher!dynamischer}%
Der dynamische Speicher, auch Heap genannt, ist ein Speicherbereich, aus dem
zur Laufzeit eines Programms zusammenhängende Speicherabschnitte angefordert
und in beliebiger Reihenfolge wieder freigegeben werden können.
\end{definition}

\index{Java Bytecode|)}
Binary file modified documents/Programmierparadigmen/Programmierparadigmen.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions documents/Programmierparadigmen/Programmierparadigmen.tex
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
\input{C}
\input{MPI}
\input{Compilerbau}
\input{Java-Bytecode}

\appendix
\input{Bildquellen}
Expand Down
1 change: 1 addition & 0 deletions documents/Programmierparadigmen/Scala.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%!TEX root = Programmierparadigmen.tex
\chapter{Scala}
\index{Scala|(}

Expand Down

0 comments on commit 926bf6a

Please sign in to comment.