forked from MartinThoma/LaTeX-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e76256
commit 926bf6a
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,6 +106,7 @@ | |
\input{C} | ||
\input{MPI} | ||
\input{Compilerbau} | ||
\input{Java-Bytecode} | ||
|
||
\appendix | ||
\input{Bildquellen} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
%!TEX root = Programmierparadigmen.tex | ||
\chapter{Scala} | ||
\index{Scala|(} | ||
|
||
|