search for: filebuff

Displaying 5 results from an estimated 5 matches for "filebuff".

Did you mean: filebuf
2019 Nov 13
2
Compiling libc++ using GNU Arm Embedded Toolchain for arm-cortex-m4
..., lately, I have been thinking about how to resolve the problem with that the program size increases enormously when including <iostream> when compiling with libstdc++. In this library, in <iostream> there is a static object __ioinit initialized like so: ... // For construction of filebuffers for cout, cin, cerr, clog et. al. static ios_base::Init __ioinit; ... This makes the program size increase enormously. The thing is that I often compile programs for small platforms, like arm-cortex-m3 or arm-cortex-m4 (stm32, nrf52, ...). Including this header leads to the program size exc...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...rus database directory. */ > #define DATADIR "/usr/local/share/clamav" > > /* "default FD_SETSIZE value" */ > #define DEFAULT_FD_SETSIZE 1024 > > /* "build unrar code" */ > /* #undef ENABLE_UNRAR */ > > /* file i/o buffer size */ > #define FILEBUFF 8192 > > /* FPU byte ordering is little endian */ > #define FPU_WORDS_BIGENDIAN 0 > > /* enable workaround for broken DNS servers */ > /* #undef FRESHCLAM_DNS_FIX */ > > /* use "Cache-Control: no-cache" in freshclam */ > /* #undef FRESHCLAM_NO_CACHE */ > >...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that
2020 Aug 25
9
[Proposal][Debuginfo] dsymutil-like tool for ELF.
Hi,   We propose llvm-dwarfutil - a dsymutil-like tool for ELF.   Any thoughts on this?   Thanks in advance, Alexey. ====================================================================== llvm-dwarfutil(Apndx A) - is a tool that is used for processing debug info(DWARF) located in built binary files to improve debug info quality, reduce debug info size and accelerate debug info processing.