Commit a184916
apollo_compile_to_native: document instrumented-binary requirement for libfunc profiling
The with-libfunc-profiling feature only enables profiling in the linked cairo-native
library; the profiler symbol that run_with_libfunc_profile resolves is emitted by the
compiler binary. Document that starknet-native-compile must itself be built with
with-libfunc-profiling (and that compiler_binary_path can point at such a binary),
otherwise every profiled native call fails on a missing symbol.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f0077f2 commit a184916
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
0 commit comments