Changeset ec92b48 for doc/theses/aaron_moss_PhD/phd
- Timestamp:
- Apr 24, 2019, 4:06:28 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 39de1c5
- Parents:
- 71a12390
- Location:
- doc/theses/aaron_moss_PhD/phd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/background.tex
r71a12390 rec92b48 379 379 \CFA{} adds a significant number of features to standard C, increasing the expressivity and re-usability of \CFA{} code while maintaining backwards compatibility for both code and larger language paradigms. 380 380 This flexibility does incur significant added compilation costs, however, the mitigation of which are the primary concern of this thesis. 381 382 \cbstarty 383 One area of inquiry which is outside the scope of this thesis is formalization of the \CFA{} type system. 384 Ditchfield~\cite{Ditchfield92} defined the $F_\omega^\ni$ polymorphic lambda calculus which is the theoretical basis for the \CFA{} type system. 385 Ditchfield did not, however, prove any soundness or completeness properties for $F_\omega^\ni$; such proofs remain future work. 386 A number of formalisms other than $F_\omega^\ni$ could potentially be adapted to model \CFA{}. 387 One promising candidate is \emph{local type inference} \cite{Pierce00,Odersky01}, which describes similar contextual propagation of type information; another is the polymorphic conformity-based model of the Emerald~\cite{Black90} programming language, which defines a subtyping relation on types which are conceptually similar to \CFA{} traits. 388 These modelling approaches could potentially be used to extend an existing formal semantics for C such as Cholera \cite{Norrish98}, CompCert \cite{Leroy09}, or Formalin \cite{Krebbers14}. 389 \cbendy -
doc/theses/aaron_moss_PhD/phd/thesis.tex
r71a12390 rec92b48 36 36 \newcommand{\cbstartx}{\cbcolor{red} \cbstart} 37 37 \newcommand{\cbendx}{\cbend \cbcolor{blue}} 38 \newcommand{\cbstarty}{\cbcolor{green} \cbstart} 39 \newcommand{\cbendy}{\cbend \cbcolor{blue}} 38 40 39 41 % Hyperlinks make it very easy to navigate an electronic document.
Note: See TracChangeset
for help on using the changeset viewer.