You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
All BPF C functions are currently inlined which wastes space
Proposed Solution
Remove Solana function prefix: #define SOL_FN_PREFIX __attribute__((always_inline)) static
Or, at least redefine to remove inlining: #define SOL_FN_PREFIX static
Problem
All BPF C functions are currently inlined which wastes space
Proposed Solution
Remove Solana function prefix:
#define SOL_FN_PREFIX __attribute__((always_inline)) static
Or, at least redefine to remove inlining:
#define SOL_FN_PREFIX static
Depends on:
The text was updated successfully, but these errors were encountered: