Displaying 4 results from an estimated 4 matches for "64161".
Did you mean:
6411
2006 May 20
2
xapian-tcpsrv need to reopen database?
...mega (in a Python way ;) to do search across multiple
remotes database, for now, I have only one xapian-tcpsrc running, but I have
documents being inserted at the same time, so (like I have readed in others
e-mails) the xapian-tcpsrc throw the following message:
Connection from 192.168.0.101, port 64161
Got exception DatabaseModifiedError: The revision being read has been
discarded - you should call Xapian::Database::reopen() and retry the
operation
Closing connection.
Raising an IOError on the python script, would have the xapian-tcpsrc to
reopen the database?
Have some patch for this, or this n...
2018 Sep 26
5
RFC: Adding a code size analysis tool
...ring to that target.
This allows the size tool to attribute code size to an inlining target even
when the inlined code is not contiguous in the caller.
llvm::raw_ostream::operator<<(char const*) [inlining-target] 66720
llvm::MCRegisterClass::contains(unsigned int) const [inlining-target] 64161
llvm::StringRef::StringRef(char const*) [inlining-target] 39262
llvm::MCInst::getOperand(unsigned int) const [inlining-target] 33268
clang::CodeCompletionResult::~CodeCompletionResult() [inlining-target] 25763
llvm::operator+(llvm::Twine const&, llvm::Twine const&) [inlining-target]...
2018 Oct 01
4
RFC: Adding a code size analysis tool
...This allows the size tool to attribute code size to an inlining target even
> when the inlined code is not contiguous in the caller.
>
> llvm::raw_ostream::operator<<(char const*) [inlining-target] 66720
> llvm::MCRegisterClass::contains(unsigned int) const [inlining-target] 64161
> llvm::StringRef::StringRef(char const*) [inlining-target] 39262
> llvm::MCInst::getOperand(unsigned int) const [inlining-target] 33268
> clang::CodeCompletionResult::~CodeCompletionResult() [inlining-target] 25763
> llvm::operator+(llvm::Twine const&, llvm::Twine const&...
2018 Oct 01
3
RFC: Adding a code size analysis tool
...size tool to attribute code size to an inlining target even
>> when the inlined code is not contiguous in the caller.
>>
>> llvm::raw_ostream::operator<<(char const*) [inlining-target] 66720
>> llvm::MCRegisterClass::contains(unsigned int) const [inlining-target] 64161
>> llvm::StringRef::StringRef(char const*) [inlining-target] 39262
>> llvm::MCInst::getOperand(unsigned int) const [inlining-target] 33268
>> clang::CodeCompletionResult::~CodeCompletionResult() [inlining-target] 25763
>> llvm::operator+(llvm::Twine const&, llvm:...