Difference between revisions of "FPC internals"

From Lazarus wiki
Jump to navigationJump to search
Line 15: Line 15:
 
# [[The optimizer]]
 
# [[The optimizer]]
 
# [[The assembler output]]
 
# [[The assembler output]]
# [[Compiler generated data and data structures]]
+
# [[Compiler-generated data and data structures]]
 
# [[Message files]]
 
# [[Message files]]
  
 
[[Category:FPC]]
 
[[Category:FPC]]
 
[[Category:FPC internals]]
 
[[Category:FPC internals]]

Revision as of 20:03, 14 October 2015

The basic parts of this documentation are taken from the the 1.0.x internals documentation ([1]) written by Carl-Eric Codere. They are adapted to fit the changed parts of 1.9.x. This documentation is still under construction.

  1. Introduction
  2. Scanner/Tokenizer
  3. The parse tree
  4. Symbol tables
  5. Symbol entries
  6. Type information
  7. The parser
  8. The inline assembler parser
  9. The code generator
    1. Node code generator
    2. Code generator abstraction layer
    3. The register allocator
  10. The optimizer
  11. The assembler output
  12. Compiler-generated data and data structures
  13. Message files