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

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 trellis .. core/conv/conv_acc.c: use static allocation for trellis Allocation of a new memory is an ex

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

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

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

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

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

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