search for: opentcp

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

2013 Dec 16
3
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...At this point mechanism is applied to two optimizations: Inliner and Loop Invariant Code Motion. Supported platform is MIPS32r2. Despite small number of instrumented points we got improvements on some test files from CSiBE benchmark. Here are the promising results: jpeg-6b/jidctflt.c -10.2% OpenTCP-1.0.4/system.c -6.7% libmspack/test/chmd_md5.c -5.8% flex-2.5.31/regex.c -4.8% We plan to apply this framework to more compiler phases and to some other target architectures. It is expected to give better results on some non orthogonal architectures like microMIPS. Another direction is to...
2013 Dec 18
4
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...p > > Invariant Code Motion. Supported platform is MIPS32r2. > > > > Despite small number of instrumented points we got improvements on > > some test > > files from CSiBE benchmark. Here are the promising results: > > > > jpeg-6b/jidctflt.c -10.2% > > OpenTCP-1.0.4/system.c -6.7% > > libmspack/test/chmd_md5.c -5.8% > > flex-2.5.31/regex.c -4.8% > > Very interesting. Out of curiosity, any slowdowns? jidctflt.c is optimized due to the fact that LICM moves some constant definitions out of the loop and increases the register pressure so...
2013 Dec 17
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...wo optimizations: Inliner and > Loop > Invariant Code Motion. Supported platform is MIPS32r2. > > Despite small number of instrumented points we got improvements on > some test > files from CSiBE benchmark. Here are the promising results: > > jpeg-6b/jidctflt.c -10.2% > OpenTCP-1.0.4/system.c -6.7% > libmspack/test/chmd_md5.c -5.8% > flex-2.5.31/regex.c -4.8% Very interesting. Out of curiosity, any slowdowns? > > We plan to apply this framework to more compiler phases and to some > other > target architectures. It is expected to give better results on...
2013 Dec 19
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...Supported platform is MIPS32r2. > > > > > > Despite small number of instrumented points we got improvements on > > > some test > > > files from CSiBE benchmark. Here are the promising results: > > > > > > jpeg-6b/jidctflt.c -10.2% > > > OpenTCP-1.0.4/system.c -6.7% > > > libmspack/test/chmd_md5.c -5.8% > > > flex-2.5.31/regex.c -4.8% > > > > Very interesting. Out of curiosity, any slowdowns? > > jidctflt.c is optimized due to the fact that LICM moves some > constant definitions out of the loop and in...