search for: fse

Displaying 20 results from an estimated 29 matches for "fse".

Did you mean: fs
2004 Nov 10
4
Legal sample rates
Hi all, I'm trying to use the FLAC C libraries to encode audio. I'm doing something like: FLAC__seekable_stream_encoder_set_channels(pflac->fse, 1); FLAC__seekable_stream_encoder_set_sample_rate(pflac->fse, 11025); FLAC__seekable_stream_encoder_set_bits_per_sample(pflac->fse, 8); if ((bps = FLAC__seekable_stream_encoder_init(pflac->fse)) != FLAC__SEEKABLE_STREAM_DECODER_OK) { printf ("Error : FLAC encoder init return...
2004 Nov 10
0
Legal sample rates
--- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > Hi all, > > I'm trying to use the FLAC C libraries to encode audio. > > I'm doing something like: > > FLAC__seekable_stream_encoder_set_channels(pflac->fse, 1); > FLAC__seekable_stream_encoder_set_sample_rate(pflac->fse, 11025); > FLAC__seekable_stream_encoder_set_bits_per_sample(pflac->fse, 8); > > if ((bps = FLAC__seekable_stream_encoder_init(pflac->fse)) != > FLAC__SEEKABLE_STREAM_DECODER_OK) > { printf ("Er...
2013 Oct 18
4
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...alia. We have developed a precise and highly efficient pointer analysis framework on top of LLVM, The approach is flow, context, and field sensitive, details are described in the two papers below: "Boosting the performance of flow-sensitive points-to analysis using value flow" (in ESEC-FSE 2011), and "Precise and scalable context-sensitive pointer analysis via value flow graph" (in ISMM 2013). The analysis was initially developed for the purpose of bug checking, and is now extended to support compiler optimizations. We have tested it with existing compiler optimizations in...
2013 Oct 18
3
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...a precise and highly efficient pointer analysis > framework on top of LLVM, The approach is flow, context, and field > sensitive, details are described in the two papers below: > > "Boosting the performance of flow-sensitive points-to analysis using > value flow" (in ESEC-FSE 2011), and > "Precise and scalable context-sensitive pointer analysis via value > flow graph" (in ISMM 2013). > > The analysis was initially developed for the purpose of bug checking, > and is now extended to support compiler optimizations. We have tested > it with exist...
2013 Oct 18
0
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...a precise and highly efficient pointer analysis > framework on top of LLVM, The approach is flow, context, and field > sensitive, details are described in the two papers below: > > "Boosting the performance of flow-sensitive points-to analysis using > value flow" (in ESEC-FSE 2011), and > "Precise and scalable context-sensitive pointer analysis via value > flow graph" (in ISMM 2013). > > The analysis was initially developed for the purpose of bug checking, > and is now extended to support compiler optimizations. We have tested > it with exis...
2013 Oct 18
0
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...efficient pointer analysis >> framework on top of LLVM, The approach is flow, context, and field >> sensitive, details are described in the two papers below: >> >> "Boosting the performance of flow-sensitive points-to analysis using >> value flow" (in ESEC-FSE 2011), and >> "Precise and scalable context-sensitive pointer analysis via value >> flow graph" (in ISMM 2013). >> >> The analysis was initially developed for the purpose of bug checking, >> and is now extended to support compiler optimizations. We have test...
2013 Oct 18
0
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...a precise and highly efficient pointer analysis > framework on top of LLVM, The approach is flow, context, and field > sensitive, details are described in the two papers below: > > "Boosting the performance of flow-sensitive points-to analysis using > value flow" (in ESEC-FSE 2011), and > "Precise and scalable context-sensitive pointer analysis via value > flow graph" (in ISMM 2013). > > The analysis was initially developed for the purpose of bug checking, > and is now extended to support compiler optimizations. We have tested > it with exis...
2020 Nov 06
3
How to find the root causes of compiler bugs in practice?
...Chen, Jiaqi Han, Peiyi Sun, Lingming Zhang, Dan Hao, and Lu Zhang. 2019. Compiler bug isolation via effective witness test program generation. In Proceedings of the 2019 27th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE 2019). Association for Computing Machinery, New York, NY, USA, 223–234. DOI:https://doi.org/10.1145/3338906.3338957 [2] Junjie Chen, Haoyang Ma, Lingming Zhang, Enhanced Compiler Bug Isolation via Memoized Search, Proceedings of the 35th IEEE/ACM International Conference on Automated Software Engin...
2013 Oct 22
2
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...analysis >>> framework on top of LLVM, The approach is flow, context, and field >>> sensitive, details are described in the two papers below: >>> >>> "Boosting the performance of flow-sensitive points-to analysis using >>> value flow" (in ESEC-FSE 2011), and >>> "Precise and scalable context-sensitive pointer analysis via value >>> flow graph" (in ISMM 2013). >>> >>> The analysis was initially developed for the purpose of bug checking, >>> and is now extended to support compiler optimiza...
2013 Oct 18
2
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...y efficient pointer analysis >> framework on top of LLVM, The approach is flow, context, and field >> sensitive, details are described in the two papers below: >> >> "Boosting the performance of flow-sensitive points-to analysis using >> value flow" (in ESEC-FSE 2011), and >> "Precise and scalable context-sensitive pointer analysis via value >> flow graph" (in ISMM 2013). >> >> The analysis was initially developed for the purpose of bug checking, >> and is now extended to support compiler optimizations. We have teste...
2015 Mar 04
2
[LLVMdev] [GSoC] Applying for GSoC 2015
...VM instructions will be > traced. For example, I wouldn't record the outputs of every LLVM > instruction; I might only record the outputs of loads and stores or the end > of a def-use chain. > > I'd be interested in mentoring either project. > > BTW, it looks like your FSE paper won an award. Congrats. > > Regards, > > John Criswell > > > > > > > > On 3/3/15 2:30 AM, Mingxing Zhang wrote: > > Hi all, > > As a Ph.D. student majored in Software Reliability, I have used LLVM in > many of my projects, such as the Antici...
2013 Oct 22
3
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...t; > >>> field > > >>> sensitive, details are described in the two papers below: > > >>> > > >>> "Boosting the performance of flow-sensitive points-to analysis > > >>> using > > >>> value flow" (in ESEC-FSE 2011), and > > >>> "Precise and scalable context-sensitive pointer analysis via > > >>> value > > >>> flow graph" (in ISMM 2013). > > >>> > > >>> The analysis was initially developed for the purpose of bug > &gt...
2013 Oct 22
0
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...roach is flow, context, and > >>> field > >>> sensitive, details are described in the two papers below: > >>> > >>> "Boosting the performance of flow-sensitive points-to analysis > >>> using > >>> value flow" (in ESEC-FSE 2011), and > >>> "Precise and scalable context-sensitive pointer analysis via > >>> value > >>> flow graph" (in ISMM 2013). > >>> > >>> The analysis was initially developed for the purpose of bug > >>> checking, >...
2013 Oct 18
0
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...analysis >>> framework on top of LLVM, The approach is flow, context, and field >>> sensitive, details are described in the two papers below: >>> >>> "Boosting the performance of flow-sensitive points-to analysis using >>> value flow" (in ESEC-FSE 2011), and >>> "Precise and scalable context-sensitive pointer analysis via value >>> flow graph" (in ISMM 2013). >>> >>> The analysis was initially developed for the purpose of bug checking, >>> and is now extended to support compiler optimiza...
2015 Mar 03
2
[LLVMdev] [GSoC] Applying for GSoC 2015
Hi all, As a Ph.D. student majored in Software Reliability, I have used LLVM in many of my projects, such as the Anticipating Invariant ( http://james0zan.github.io/AI.html) and some other undergoing ones. Thus, it would be a great pleasure for me if I could take this opportunity to contribute to this awesome project. After reading the idea list (http://llvm.org/OpenProjects.html), I was most
2013 Oct 18
2
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...;> framework on top of LLVM, The approach is flow, context, and field >>>> sensitive, details are described in the two papers below: >>>> >>>> "Boosting the performance of flow-sensitive points-to analysis using >>>> value flow" (in ESEC-FSE 2011), and >>>> "Precise and scalable context-sensitive pointer analysis via value >>>> flow graph" (in ISMM 2013). >>>> >>>> The analysis was initially developed for the purpose of bug checking, >>>> and is now extended to suppo...
2015 Mar 05
2
[LLVMdev] [GSoC] Applying for GSoC 2015
...> traced. For example, I wouldn't record the outputs of every LLVM >> instruction; I might only record the outputs of loads and stores or the end >> of a def-use chain. >> >> I'd be interested in mentoring either project. >> >> BTW, it looks like your FSE paper won an award. Congrats. >> >> Regards, >> >> John Criswell >> >> >> >> >> >> >> >> On 3/3/15 2:30 AM, Mingxing Zhang wrote: >> >> Hi all, >> >> As a Ph.D. student majored in Software Reliability,...
2020 Nov 06
0
How to find the root causes of compiler bugs in practice?
...Chen, Jiaqi Han, Peiyi Sun, Lingming Zhang, Dan Hao, and Lu Zhang. 2019. Compiler bug isolation via effective witness test program generation. In Proceedings of the 2019 27th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE 2019). Association for Computing Machinery, New York, NY, USA, 223–234. DOI:https://doi.org/10.1145/3338906.3338957 <https://doi.org/10.1145/3338906.3338957> > [2] Junjie Chen, Haoyang Ma, Lingming Zhang, Enhanced Compiler Bug Isolation via Memoized Search, Proceedings of the 35th IEEE/ACM...
2013 Oct 18
0
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...op of LLVM, The approach is flow, context, and field > >>>> sensitive, details are described in the two papers below: > >>>> > >>>> "Boosting the performance of flow-sensitive points-to analysis using > >>>> value flow" (in ESEC-FSE 2011), and > >>>> "Precise and scalable context-sensitive pointer analysis via value > >>>> flow graph" (in ISMM 2013). > >>>> > >>>> The analysis was initially developed for the purpose of bug checking, > >>>> and...
2015 Mar 08
2
[LLVMdev] [GSoC] Applying for GSoC 2015
...the outputs of every LLVM instruction; I might >> only record the outputs of loads and stores or the end of >> a def-use chain. >> >> I'd be interested in mentoring either project. >> >> BTW, it looks like your FSE paper won an award. Congrats. >> >> Regards, >> >> John Criswell >> >> >> >> >> >> >> >> On 3/3/15 2:30 AM, Mingxing Zhang wrote: >>> Hi all, >>> >>>...