[MERGED] libosmocore[master]: core/conv/conv_acc.c: use static allocation for vdecoder

2017-06-19 Thread Vadim Yanitskiy
Vadim Yanitskiy has submitted this change and it was merged. Change subject: core/conv/conv_acc.c: use static allocation for vdecoder .. core/conv/conv_acc.c: use static allocation for vdecoder Allocation of a new memory is an

libosmocore[master]: core/conv/conv_acc.c: use static allocation for vdecoder

2017-06-19 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2968 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id1b140d3cb61db7352dcfc217a8fc36091e945ab Gerrit-PatchSet: 3 Gerrit-Project: libosmocore Gerrit-Branch: master Ger

[PATCH] libosmocore[master]: core/conv/conv_acc.c: use static allocation for vdecoder

2017-06-19 Thread Vadim Yanitskiy
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2968 to look at the new patch set (#3). core/conv/conv_acc.c: use static allocation for vdecoder Allocation of a new memory is an expensive operation, which takes place when it's initially u

[PATCH] libosmocore[master]: core/conv/conv_acc.c: use static allocation for vdecoder

2017-06-19 Thread Vadim Yanitskiy
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2968 to look at the new patch set (#2). core/conv/conv_acc.c: use static allocation for vdecoder Allocation of a new memory is an expensive operation, which takes place when it's initially u