handouts/ho01.tex
changeset 418 010c5a03dca2
parent 417 e74c696821a2
child 443 cd43d8c6eb84
equal deleted inserted replaced
417:e74c696821a2 418:010c5a03dca2
    24 %% emacs regexes
    24 %% emacs regexes
    25 %% https://www.gnu.org/software/emacs/manual/html_node/elisp/Regular-Expressions.html
    25 %% https://www.gnu.org/software/emacs/manual/html_node/elisp/Regular-Expressions.html
    26 
    26 
    27 %%  reasons for a new prgramming language
    27 %%  reasons for a new prgramming language
    28 %% http://beautifulracket.com
    28 %% http://beautifulracket.com
       
    29 
       
    30 %regher
       
    31 % We can start off with a couple of observations about the role of
       
    32 % compilers. First, hardware is getting weirder rather than getting
       
    33 % clocked faster: almost all processors are multicores and it looks
       
    34 % like there is increasing asymmetry in resources across
       
    35 % cores. Processors come with vector units, crypto accelerators, bit
       
    36 % twiddling instructions, and lots of features to make virtualization
       
    37 % and concurrency work. We have DSPs, GPUs, big.little, and Xeon
       
    38 % Phi. This is only scratching the surface. Second, we’re getting
       
    39 % tired of low-level languages and their associated security
       
    40 % disasters, we want to write new code, to whatever extent possible,
       
    41 % in safer, higher-level languages. Compilers are caught right in the
       
    42 % middle of these opposing trends: one of their main jobs is to help
       
    43 % bridge the large and growing gap between increasingly high-level
       
    44 % languages and increasingly wacky platforms. It’s effectively a
       
    45 % perpetual employment act for solid compiler hackers.
       
    46 
       
    47 % compiler explorer
       
    48 % https://gcc.godbolt.org
       
    49 
    29 
    50 
    30 \begin{document}
    51 \begin{document}
    31 \fnote{\copyright{} Christian Urban, King's College London, 2014, 2015, 2016}
    52 \fnote{\copyright{} Christian Urban, King's College London, 2014, 2015, 2016}
    32 
    53 
    33 \section*{Handout 1}
    54 \section*{Handout 1}