Download presentation
Presentation is loading. Please wait.
Published byAubrey Garrison Modified over 9 years ago
1
System definition file (defsystem foo :components … :depends-on … ) FIND-SYSTEM Function Request for system Configuration
2
System definition file (defsystem foo :components … :depends-on … ) DEFSYSTEM Macro System foo System bar in-order-to compile-op load-op Source-file f1 module m …and so on… Linked COMPONENT data structures
3
TRAVERSE Function System foo System bar in-order-to compile-op load-op Source-file f1 module m …and so on… Linked COMPONENT data structures Plan to build system Compile-op file1 Load-op file1 Compile-op m1 Load-op m1 Compile-op m2 Compile-op module Compile-op system foo Load-op m2 Load-op module Load-op system foo
4
Compile-op file1 Load-op file1 Compile-op m1 Load-op m1 Compile-op m2 Compile-op module Compile-op system foo Load-op m2 Load-op module Load-op system foo Plan to build system Plan Execution Operations on file system, Compilation, Loading, Testing, Etc.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.