diff options
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/application/index.md b/docs/application/index.md index 40a03b8..8ead3a8 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -33,8 +33,11 @@ ## Startup 1. Configuration + * `thread_count` - defaults to number of available processors 2. Initialize tasks + * Built In Alias 2. Initialize allocators + * Slab sizes 4. Initialize types 5. Initialize IO @@ -52,10 +55,10 @@ 4. ##### [Import](../lifecycle/import.md) 5. ##### [Check](../lifecycle/check.md) 6. ##### [Eval](../lifecycle/eval.md) -7. ##### Ir -8. ##### Jit -9. ##### Exec -10. ##### Notify +7. ##### [Ir](../lifecycle/ir.md) +8. ##### [Jit](../lifecycle/jit.md) +9. ##### [Exec](../lifecycle/exec.md) +10. ##### [Notify](../lifecycle/notify.md) ## Shutdown |
