"Jacob Carlborg" wrote in message news:[email protected]...
On 2014-02-17 17:01, Kenji Hara wrote:
> - modue private functions
>    // Compiler can elide codegen for 'foo', if other declarations
>    // in module a don't use it for runtime code.

Private functions can be called from other modules via function pointers.

That would be a runtime use of 'foo', to get the function pointer.

Reply via email to