Skip to content

Commit

Permalink
dotfile example
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Mar 11, 2019
1 parent bd13964 commit df218d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 05-distage-scalaua/distage-scalaua.tex
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,16 @@ \section{\distage{} features}
\section{\distage{} internals}
\begin{frame}
\frametitle{How it works: Plans}
\distage
\begin{enumerate}
\item
\item represents each binding as an operation of simple Turing-incomplete DSL,
\item then uses dependency information to build turn the operations list into Directed Acyclic Graph,
\begin{itemize}
\item and breaks circular dependencies using \code{make\_proxy} operation,
\end{itemize}
\item then performs garbage collection,
\item then applies other transformations,
\item then uses topological sort to represent the DAG as a sequence of operations --- a Plan,
\end{enumerate}
\end{frame}

Expand Down

0 comments on commit df218d9

Please sign in to comment.