search for: 62ms

Displaying 6 results from an estimated 6 matches for "62ms".

Did you mean: 62m
2009 May 11
1
Problems with res_odbc
...they got unreachable?* [May 11 09:02:59] NOTICE[17835] chan_sip.c: Peer '870' is now Reachable. (27ms / 2000ms) [May 11 09:03:00] NOTICE[17835] chan_sip.c: Peer '901' is now Reachable. (26ms / 2000ms) [May 11 09:03:00] NOTICE[17835] chan_sip.c: Peer '982' is now Reachable. (62ms / 2000ms) [May 11 09:03:07] NOTICE[17835] chan_sip.c: Peer '937' is now Reachable. (62ms / 2000ms) [May 11 09:03:11] NOTICE[17835] chan_sip.c: Peer '855' is now Reachable. (62ms / 2000ms) [May 11 09:03:13] NOTICE[17835] chan_sip.c: Peer '914' is now Reachable. (61ms / 2000ms...
2016 Jan 24
4
Skip redundant checks in AliasSet::aliasesUnknownInst
...found attached (for example, ViewedInst can become a second parameter of AliasSetTracker::addUnknown ). It passes the LLVM regression tests and helps to reduce the runtime of 'opt -basicaa -licm out.opt.ll’ from 130ms to 67ms and the runtime of 'opt -basicaa -licm out.opt2.ll’ from 117ms to 62ms (out.opt.ll and out.opt2.ll can be found on the following link https://llvm.org/bugs/show_bug.cgi?id=23077). Thank you for the attention! -- Cheers, Roman Gareev. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Mark-unk...
2016 Jan 27
2
Skip redundant checks in AliasSet::aliasesUnknownInst
...nst can become a second parameter of >> AliasSetTracker::addUnknown ). It >> passes the LLVM regression tests and helps to reduce the runtime of >> 'opt -basicaa -licm out.opt.ll’ from 130ms to 67ms and the runtime of >> 'opt -basicaa -licm out.opt2.ll’ from 117ms to 62ms (out.opt.ll and >> out.opt2.ll can be found on the following link >> https://llvm.org/bugs/show_bug.cgi?id=23077). >> >> Thank you for the attention! >> >> -- >> Cheers, Roman Gareev. >> >> ___________________...
2015 Dec 12
2
Objects of MemoryLocation class are created for ‘llvm.memset.*‘ intrinsics
2015-12-11 23:44 GMT+05:00 Hal Finkel <hfinkel at anl.gov>: > Hi Roman, > > The MemoryLocation objects are involved in findAliasSetForUnknownInst, but none are created there for the memset intrinsic. MemoryLocation objects are only involved for the regular memory accesses being compared to the unknown instruction. See AliasSet::aliasesUnknownInst in lib/Analysis/AliasSetTracker.cpp.
2004 Feb 05
1
massive performance problems if transferring many sma ll files
...he more files in that directory. In tests with an application doing basically a findfirst for every file gave the following results: Directory with 3000 files Reply for 'file found': 16ms Reply for 'file not found': 47ms Directory with 9000 files Reply for 'file found': 31 - 62ms Reply for 'file not found': 125ms Directory with ~17000 files Reply for 'file found': 100 - 200ms Reply for 'file not found': 250ms These were rough timings but you can see the trend. Also, can't find option 'mangle method'. Cheers, Simon - -----Original Mes...
2016 Jan 27
2
Skip redundant checks in AliasSet::aliasesUnknownInst
...>> AliasSetTracker::addUnknown ). It > >> passes the LLVM regression tests and helps to reduce the runtime of > >> 'opt -basicaa -licm out.opt.ll’ from 130ms to 67ms and the > runtime of > >> 'opt -basicaa -licm out.opt2.ll’ from 117ms to 62ms (out.opt.ll and > >> out.opt2.ll can be found on the following link > >> https://llvm.org/bugs/show_bug.cgi?id=23077). > >> > >> Thank you for the attention! > >> > >> -- > >>...