<div dir="ltr">Coming back to the fundamental problem you're trying to solve - am I understanding correctly it is this:<br><br>Compiler optimizes a function and doesn't preserve it's ABI.<br>You want to allow your users of BPF to write a call to, or reimplementation of (which is it? is it some third thing?) this function that matches the lowered/non-ABI matching signature.<br>So you'd like DWARF (well, BPF, which is built from DWARF? encoded in DWARF?) to encode a source signature that is equivalent to the optimized/new calling convention of the function?<br><br>But folks here are pushing back by suggesting that that optimized calling convention may not be representable in the source language? which I think is accurate/fair... </div>