perf(ci): precompile el_runtime.o once for all native test modules #49
Reference in New Issue
Block a user
Delete Branch "fix/native-test-precompile-runtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Eliminates 7 redundant gcc compilations of el_runtime.c by precompiling it to an object file once before the native test suite, then linking all 8 test modules against the .o. Keeps full per-step visibility.