Implement lazy evaluations of constants instead of eagerly reading the constant table and evaluating all constants while loading the kernel file #36584
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
customer-fuchsia
P1
A high priority bug; for example, a single project is unusable or has many test failures
Milestone
With CFE now evaluating constant expressions when constant_update_2018 is used the kernel file has a constant table and the VM eagerly reads the constant table and evaluates all the constants in it while loading the kernel file. This eager reading will not work when we load multiple kernel files with some kernel files having forward references.
Instead constants should be read and evaluated lazily when they are needed.
The text was updated successfully, but these errors were encountered: