logicsegment.cpp: Suggest inlining of pack_sample()/unpack_sample().
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 May 2018 18:36:39 +0000 (20:36 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 May 2018 18:51:13 +0000 (20:51 +0200)
These functions were not inlined by default (tested with gcc 7.3.0).
They're in a hot code path, so inlining can help with performance here.


No differences found