mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
Updated Goto talk from PHPCon EU
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user