From be4f67c834719a8d12f5588d42d64bd39d1cb0c6 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 3 Jul 2026 13:27:41 -0400 Subject: add more lifecycle --- docs/application/index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/application/index.md') diff --git a/docs/application/index.md b/docs/application/index.md index d99b941..40a03b8 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -2,13 +2,13 @@ --- -# Requirements +## Requirements * Linux X64 with io_uring (6+) * GNU Make * GCC with -std=gnu99 -fhardened (14+) -# Sections +## Sections * ##### [Interface](./interface.md) * ##### [Thread](./thread.md) @@ -34,8 +34,8 @@ 1. Configuration 2. Initialize tasks -3. Initialize types -4. Initialize allocators +2. Initialize allocators +4. Initialize types 5. Initialize IO ## Main @@ -48,10 +48,10 @@ 1. ##### [Register](../lifecycle/register.md) 2. ##### [Parse](../lifecycle/parse.md) -3. ##### Scope -4. ##### Import -5. ##### Check -6. ##### Eval +3. ##### [Scope](../lifecycle/scope.md) +4. ##### [Import](../lifecycle/import.md) +5. ##### [Check](../lifecycle/check.md) +6. ##### [Eval](../lifecycle/eval.md) 7. ##### Ir 8. ##### Jit 9. ##### Exec @@ -60,6 +60,6 @@ ## Shutdown 1. Clean up IO -2. Clean up allocators -3. Clean up types +2. Clean up types +3. Clean up allocators 4. Clean up tasks -- cgit v1.2.3