search for: gsm_implode

Displaying 4 results from an estimated 4 matches for "gsm_implode".

Did you mean: gsm_explode
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...nor 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 > > > > l...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...nstructions below: rwoodsmall (with minor 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...
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))
...761 0 0.01 18761 gsmatrix.ll 14 76302 0 0.02 76278 0 0.01 76373 gsm_create.ll 1 3343 0 0.01 3313 0 0.01 3313 gsm_decode.ll 1 44688 0 0.01 44658 0 0.01 44658 gsm_destroy.ll 1 1940 0 0.01 1910 0 0.01 1910 gsm_encode.ll 1 34706 0 0.01 34676 0 0.01 34676 gsm_explode.ll 1 56625 0 0.01 56595 0 0.01 56595 gsm_implode.ll 1 46766 0 0.01 46736 0 0.01 46736 gsmisc.ll 2 4510 0 0.01 4486 0 0.01 4486 gsm_option.ll 1 2008 0 0.01 1978 0 0.01 1978 gsm_print.ll 1 59766 0 0.02 59736 0 0.01 59736 gspaint.ll 9 35176 0 0.01 35152 0 0.01 35152 gspath2.ll 12 40677 0 0.01 40653 0 0.01 40653 gspath.ll 14 63917 0 0.02 63893 0 0.02...