Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] informative stats to gather on building llvm/clang?"
2012 Jun 01
3
dovecot stats: useful data to gather
Timo,
following our discussion on dovecot stats at the LinuxTag 2012 my team and I
sat down and put together a list of stat items we think to be useful in daily
dovecot usage.
Besides pulling together all the data we also think it would be useful to have
an SNMP interface to access the stats. Our offer to create and contribute a
standalone web interface for dovecot stats stands.
Here are the
2004 Nov 02
1
Re: [R] case-insensitive ZIP
Uwe and Brian,
Thanks for your attention to this one.
We currently have the following array of atypical situations in our
corporate installation:
(1) Central install directory, where I neither have nor can reasonably
want Administrator priviledges;
(2) IT staff willing to maintain R officially but wants to leave
*contributed* packages to user groups if at all possible;
(3) Direct access from R
2011 Aug 18
0
[PATCH] virtio-blk: Update spec with new stats vq
The diff below is an update to virtio-spec with specification of a stats
vq added to virtio-blk.
The idea behind adding a stats vq is to simplify pull of information
which exists only on the guest and can't be collected on the host.
The idea is basically same as the stats vq which exists in
virtio-balloon and reporting host memory statistics.
---
diff --git a/old/virtio-spec.lyx
2011 Aug 18
0
[PATCH] virtio-blk: Update spec with new stats vq
The diff below is an update to virtio-spec with specification of a stats
vq added to virtio-blk.
The idea behind adding a stats vq is to simplify pull of information
which exists only on the guest and can't be collected on the host.
The idea is basically same as the stats vq which exists in
virtio-balloon and reporting host memory statistics.
---
diff --git a/old/virtio-spec.lyx
2007 Jul 03
0
Statistics Question not R question: competing risks and non-informative censoring
All,
I am working with Emergency Department (ED) Length of Stay Data. The ED
visit can end in one of a variety of ways (Admit, discharge, transfer,
etc...) Initially, I have modeled the time to event by fitting a survival
model to the time the outcome of interest and treat all other outcomes as
censoring. However I recently came across the cmprsk package in R which
seems to be developed
2011 Mar 09
0
[LLVMdev] [RC1] Building clang/llvm on Cygwin-1.7
Hello guys,
On cygwin-1.7, I can build and test clang successfully by 3-stage.
Known issues:
- binaries among stage2 and stage3 do not match. (other than
timestamp and checksum)
investigating.
- I met some warnings. I have fixes for them.
- [llvm] r127241
- [llvm] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110307/117725.html
- [clang] r127283
- [clang]
2012 Sep 25
5
[LLVMdev] Can clang generate the same bitcode with the toolchains that have same version of libraries but different targets
Hi,
I'm using clang to build my project as follows:
$ clang++ -ccc-host-triple arm-none-linux-gnueabi
--sysroot=/usr/local/arm-none-linux-gnueabi/arm-none-linux-gnueabi/libc/ -o
foo.o -emit-llvm -c foo.cpp
$ clang++ -ccc-host-triple arm-none-linux-gnueabi
--sysroot=/usr/local/arm-none-linux-gnueabi/arm-none-linux-gnueabi/libc/ -o
main.o -emit-llvm -c main.cpp
$ llvm-link foo.o main.o -o
2020 Nov 02
2
[llvm-mc] FreeBSD kernel module performance impact when upgrading clang
Hi,
I'm in the process of migrating from clang5 to clang10. Unfortunately clang10 introduced a negative performance impact. The cause is an increase of PLT entries from this patch (first released in clang7):
https://bugs.llvm.org/show_bug.cgi?id=36370
https://reviews.llvm.org/D43383
If I revert that clang patch locally, the additional PLT entries and the performance impact disappear.
This
2010 Dec 08
1
[PATCH 4/4] A daemon to gather guest specific information for KVP
[This email is either empty or too large to be displayed at this time]
2010 Dec 08
1
[PATCH 4/4] A daemon to gather guest specific information for KVP
[This email is either empty or too large to be displayed at this time]
2006 Jan 31
1
custom vnc install disk [dnk]
Hi all.... I had posted hte following on teh centos forums, and thought there might be
additional people in here who do not browse those forum, so after 4 days I am posting
over here as well (sorry for the double - but figured after 4 days it was safe to do so).
Hi there.... I am trying to make a custom centos server cd that will essentially do the
following:
throw the disk in, boot the machine,
2017 Nov 29
1
Un-informative Error in re-building vignettes
I am getting the following on CRAN windows and winbuilder
https://www.r-project.org/nosvn/R.check/r-devel-windows-ix86+x86_64/penaltyLearning-00check.html
Apparently there is an error in re-building vignettes, but I do not have
any idea what it is, because all that is listed is three dots (...). Is
this a bug in R CMD check?
If not, the only solution I can think of is removing the vignette
2007 May 07
2
getting informative error messages
Certain errors seem to generate messages that are less informative than
most -- they just tell you which function an error happened in, but
don't indicate which line or expression the error occurred in.
Here's a toy example:
> f <- function(x) {a <- 1; y <- x[list(1:3)]; b <- 2; return(y)}
> options(error=NULL)
> f(1:3)
Error in f(1:3) : invalid subscript type
2011 Feb 28
0
[LLVMdev] Building clang with mingw/msys/gcc 4.4
I managed to build clang on mingw/msys today.
Running configure, make install worked for both debug and optimized builds
in general. However there were a few hitches along the way. Make would fail
with:
ln: creating symbolic link
`/d/super/dump/code/llvm/llvm-project/llvm/build.clang/Release+Asserts/bin/clang++.exe'
to `clang.exe': No such file or directory
ln: creating symbolic link
2013 Jan 06
0
[LLVMdev] Building llvm from source with clang instead of gcc
> On 01/05/2013 11:32 AM, Krzysztof Parzyszek wrote:
>
>> On 1/5/2013 7:10 AM, Edward Diener wrote:
>>
>>> Is it possible to build llvm with a previous version of clang installed
>>> as a binary ? If so, how do I get llvm/configure to use the binary
>>> version of clang rather than gcc to build the latest version of llvm ?
>>
>> Set
2015 Mar 02
1
disk space trouble on ec2 instance
Hey guys,
Thanks for this response. I just wanted to get back to you to let you know
how I was able to resolve this. And yeah I think it's more informative to
use df -m or df -k, so I'll try to stick to that from now on. Especially
when posting to the lists.
But I took a look around on the disk and saw that the /var/ww and
/usr/local directories were the biggest. So I just solved this
2012 Dec 03
2
How to make the cell background of a table informative?
I wish to create a table in which the foreground is a number (abundance) but
the background is a visual representation of a ratio (shallow:deep). In
other words, the background of each cell of the table would be two colours
or patterns set in a similar fashion to a stacked bar in a bar graph based
on a secondary parameter/vector.
The table will be extensive (15 by 30) and so I don't want to
2013 Oct 28
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
Here is a table detailing C++11 features support for Visual C++ 2010, 2012,
2013
http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx
Specifically, range-based for loops are supported in Visual C++ 2012, 2013
but not in 2010.
Yaron
2013/10/28 David Tweed <david.tweed at gmail.com>
> On Mon, Oct 28, 2013 at 9:00 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
>
2020 Nov 05
0
[EXTERNAL] [llvm-mc] FreeBSD kernel module performance impact when upgrading clang
> You used -noinhibit-exec to ignore the diagnostic, which is usually a bad thing.
I certainly agree with that.
The point I was trying to make in my original email is that, specifically for kernel objects, this diagnostic is incorrect. R_X86_64_PC32 can be used safely against the symbol foo in that specific context, and should be possible without ignoring diagnostics. I wondered if there
2006 May 03
1
FREE AAC/aacPlus Plugin for WMP Supports Icecast2
Ok, I read the Read Me.
So icyx://boa.mediacast1.com:9292/stream.aac works.
I don't understand why the http syntax cannot be made to work. This
works fine for Ogg Vorbis streams using the Illumination DirectShow
filter.
Ross.
======================================
StationPlaylist.com
http://www.stationplaylist.com
Low-cost music scheduling, live assist & automation software for
radio