search for: freestat

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

Did you mean: freestart
2011 Jun 11
0
[LLVMdev] Kaleidoscope Build Error
...BitcodeReader.cpp:(.text+0x48a): undefined reference to `operator > delete(void*)' > BitcodeReader.cpp:(.text+0x497): undefined reference to `operator > delete(void*)' > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMBitReader.a(BitcodeReader.o): In > function `llvm::BitcodeReader::FreeState()': > BitcodeReader.cpp:(.text+0x884): undefined reference to `operator > delete(void*)' > BitcodeReader.cpp:(.text+0x96a): undefined reference to `operator > delete(void*)' > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMBitReader.a(BitcodeReader.o):BitcodeReader.cpp:(.text+...
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...s would track how many bytes were skipped so that later, reading address N would mean reading N + BytesSkipped. It also subtracted the skipped bytes from BytesRead, and I haven't looked closely enough to see if there is similar state being tracked anymore. @@ -218,18 +214,13 @@ public: void freeState(); bool canSkipToPos(size_t pos) const { - // pos can be skipped to if it is a valid address or one byte past the end. - return pos == 0 || BitStream->getBitcodeBytes().isValidAddress( - static_cast<uint64_t>(pos - 1)); + size_t Size = BitStream->getSize(); + ret...
2007 Jul 12
0
Queues monitoring software - OrderlyStats now FREE
...ouch of a button, in addition to displaying realtime wallboard-style queue information. Furthermore, we automatically produce a wealth of historical statistics, allowing you to track caller trends and analyse staffing requirements across your queues. You can sign up now at http://www.orderlyq.com/freestats.html . It would certainly be worth your while to take a look, especially if you're considering spending money on QueueMetrics. Thanks for reading, Matt. voipcrazy at gmail.com wrote Hello all, A client of us, needs a queue monitoring system. In realtime he needs to now the PRI status,...
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
Hi Rafael, Would you mind waiting for Derek to come back from vacation to discuss this? We do use this code and could improve how it's used and tested within LLVM. Derek is the best person to discuss this, he'll be back in mid-January. Thanks, JF On Fri, Dec 19, 2014 at 6:41 AM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > > > I CC'ed llvmdev to put a