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
Currently there's no inline function in pancake, so that programmers have to use macro for inlining, which involves cpp -P preprocessing.
Adding an inline feature would help to reason about macro/inline functions without unfolding each of their instances individually.
The text was updated successfully, but these errors were encountered:
Currently there's no inline function in pancake, so that programmers have to use macro for inlining, which involves
cpp -P
preprocessing.Adding an inline feature would help to reason about macro/inline functions without unfolding each of their instances individually.
The text was updated successfully, but these errors were encountered: