Skip to content

Commit 8e770dd

Browse files
Mosolov Sergeisponce
Mosolov Sergei
andauthored
Make explicit statement that C++ compiled "to native machine code" (#521)
* Make explicit statement that C++ compiled "to native machine code" All main implementation of the languages in the example (Java, C# and Python) are actually compiled to bytecode. IMHO it's better to clearly add explicit statement that C++ is compiled "to native machine code" unlike this languages to avoid ambiguity. * Update talk/introduction/goals.tex --------- Co-authored-by: Sebastien Ponce <[email protected]>
1 parent faa6cdb commit 8e770dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: talk/introduction/goals.tex

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
\pause
1414
\begin{block}{Fast}
1515
\begin{itemize}
16-
\item compiled (unlike Java, C\#, Python, ...)
16+
\item compiled to native machine code
17+
\begin{itemize}
18+
\item unlike Java, C\#, Python, ...
19+
\end{itemize}
1720
\item allows to go close to hardware when needed
1821
\end{itemize}
1922
\end{block}

0 commit comments

Comments
 (0)