doc: update project's target max LOC
Project ACRN is targetting to keep the hypervisor's total number of lines of code (LOC) below 40K. Update the "Build ACRN from Source" document to accurately reflect that. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
8f9e4c2ddd
commit
1f6c0cd439
|
@ -36,7 +36,8 @@ the ACRN hypervisor for the following reasons:
|
||||||
|
|
||||||
- **Keep small footprint.** Implementing dynamic parsing introduces
|
- **Keep small footprint.** Implementing dynamic parsing introduces
|
||||||
hundreds or thousands of lines of code. Avoiding dynamic parsing
|
hundreds or thousands of lines of code. Avoiding dynamic parsing
|
||||||
helps keep the hypervisor's Lines of Code (LOC) in a desirable range (around 30K).
|
helps keep the hypervisor's Lines of Code (LOC) in a desirable range (less
|
||||||
|
than 40K).
|
||||||
|
|
||||||
- **Improve boot up time.** Dynamic parsing at runtime increases the boot
|
- **Improve boot up time.** Dynamic parsing at runtime increases the boot
|
||||||
up time. Using a build-time configuration and not dynamic parsing
|
up time. Using a build-time configuration and not dynamic parsing
|
||||||
|
|
Loading…
Reference in New Issue