> So if we want to inline functions across module boundaries, we need to 
> explicitly tell the Nim compiler about so it can “manually” inline them into 
> the generated C files.

Isn't the inline pragma stand for whether the function would be `inline` -ed or 
not?

The sentence is just above [this 
section](http://blog.johnnovak.net/2017/04/22/nim-performance-tuning-for-the-uninitiated/#nim-----vector-module-with-inlines)

Reply via email to