com presentations: Updated Goto talk from PHPCon EU: jump-phpce17.xml slides/internals/ast1.xml

[email protected] (Derick Rethans) Tue, 07 Nov 2017 10:49:07 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    ccd23768c4d304cd72c08bf267fcdf1b6eb2502d
Author:    Derick Rethans <[email protected]>         Tue, 7 Nov 2017 10:49:07 +0000
Parents:   77701e0105dcb1851d9487afeb957f2632f41c48
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=ccd23768c4d304cd72c08bf267fcdf1b6eb2502d

Log:
Updated Goto talk from PHPCon EU

Changed paths:
  M  jump-phpce17.xml
  M  slides/internals/ast1.xml


Diff:
diff --git a/jump-phpce17.xml b/jump-phpce17.xml
index 9c4a167..35ebaa6 100644
--- a/jump-phpce17.xml
+++ b/jump-phpce17.xml
@@ -71,9 +71,9 @@ Opcodes
 <!--
 Try/Catch nonsense
 - FASTCALL/FASTRET
--->
 <slide>slides/internals/catch.xml</slide>
 <slide>slides/internals/jumps-try-catch.xml</slide>
+-->
 
 <!--
 Dead code analysis
diff --git a/slides/internals/ast1.xml b/slides/internals/ast1.xml
index a04e184..a0cb601 100644
--- a/slides/internals/ast1.xml
+++ b/slides/internals/ast1.xml
@@ -2,7 +2,7 @@
 <title>Abstract Syntax Tree</title>
 
 <list>
-    <bullet>An AST describes the structure of the parser script</bullet>
+    <bullet>An AST describes the structure of the parsed script</bullet>
     <bullet>Each node is a language construct</bullet>
     <bullet>Nested structures are represented through a tree</bullet>
     <bullet>Not all the original information from the original source code is kept</bullet>