Displaying 5 results from an estimated 5 matches for "short_term".
2004 Dec 07
1
Segfaults when playing GSM files
...email
activity -- it'll be playing a prompt gsm file to a caller and it'll just die
(segfaulting, naturally dropping the caller) with no rhyme or reason.
I've run gdb on four different core files and each one shows the reason for
the segfault to be the following:
#0 0x45df8b24 in Gsm_Short_Term_Synthesis_Filter (S=Cannot access memory at
address 0x85
) at src/short_term.c:305
305 tmp1 = rrp[i];
I've made clean and recompiled and even cvs'd brand-new source, all to no
avail. Any suggestions on what else to do?
-SC
--
Stanley Cline // Telco Boi // sc1...
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...wrote:
> >
> >
> > Code:
> > cd ~/Desktop/gsm-1.0-pl13
> >
> > GSMOBJS=""
> >
> > for GSMSRC in add code debug decode long_term lpc preprocess rpe gsm_destroy gsm_decode gsm_encode gsm_explode gsm_implode gsm_create gsm_print gsm_option short_term table ; do
> > gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o
> > GSMOBJS+="src/${GSMSRC}.o "
> > done
> >
> > libtool -dynamic -v -o lib/libgsm.1.0.13.dyl...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...path edits and added spaces for clarity) wrote:
>
>
> Code:
> cd ~/Desktop/gsm-1.0-pl13
>
> GSMOBJS=""
>
> for GSMSRC in add code debug decode long_term lpc preprocess rpe gsm_destroy gsm_decode gsm_encode gsm_explode gsm_implode gsm_create gsm_print gsm_option short_term table ; do
> gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o
> GSMOBJS+="src/${GSMSRC}.o "
> done
>
> libtool -dynamic -v -o lib/libgsm.1.0.13.dylib -install_name /usr/lib...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...33673
shared_sha256.ll 6 147998 0 0.02 147980 0 0.02 147980
sharing.ll 99 136835 5 0.02 137142 3 0.02 134461
sharp.ll 10 64523 0 0.01 64493 0 0.02 62377
shell.ll 32 530015 0 0.05 529996 0 0.05 529996
short_circuit_dtor.ll 6 7899 0 0.01 7883 0 0.01 7883
shortpath.ll 1 11220 0 0.01 11187 0 0.01 11187
short_term.ll 10 77386 0 0.01 77356 0 0.01 76416
showbord.ll 1 61149 0 0.01 61123 0 0.02 61123
showinst.ll 2 10883 0 0.01 10857 0 0.01 10857
ShrinkDecoder.ll 8 60165 0 0.02 60131 0 0.02 60131
shr.ll 17 14329 0 0.01 14306 0 0.01 14429
sieve.ll 2 7338 0 0.01 7319 0 0.01 7319
sig.ll 3 54374 0 0.01 54357 0 0.01 5...