Displaying 20 results from an estimated 1536 matches for "afaict".
Did you mean:
afaics
2015 Jan 22
5
[LLVMdev] Why does "uwtable" prevent optimizing Invoke -> Call?
...out and all that remains is the invoke instruction with an
empty landing pad, causing exception tables to be generated and in some
cases stopping other optimizations from being applied.
I don't see why code that has been completely optimized away should have
an effect on that function call. So AFAICT either I'm missing something
here, or clang should always emit invoke, disabling the optimization for
functions that have the uwtable attribute was wrong and the change
should be reverted.
FWIW, gcc does not generate exception tables for the above.
Björn
2010 May 17
3
libshout2 with aac
...I'm write an icecast source client and I'd like to support streaming of AAC encoded files.
>>
>> Can anyone tell me if and how this can be achieved with libshout2/icecast?
>
> I can't tel you as I don't know, but Ices0 can do AAC (IIRC) so you could look there.
AFAICT, ices re-encodes the audio to MP3 before streaming. So we have AAC -> PCM -> MP3. Seems a bit of a waste of CPU --
I wonder if it is possible to stream AAC 'directly'?
Jamie
2019 Aug 14
5
Can I build llvm with only a handful of source files compiled for debug?
...n time, is there a way to compile llvm tools so that the majority of the files are compiled as if for release (eg, no debug symbols), and only the handful of files that I have touched are compiled for debugging? This will reduce the load on the file system, linker and gdb tremendously. At present, AFAICT, it's all or nothing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190814/39d6debf/attachment.html>
2017 Apr 29
4
Getting to Mate or Xfce
...t Mate or Xfce instead?
Related problem: when I become root and tell it "yum update," it
figures out a list of umpteen hundred rpms to update, but then runs
through attempts at mirrors and keeps failing till it runs out. It failed
to connect to my wireless router (or even to find it, afaict). So I
plugged it into the router with an ethernet cable. No joy.
2016 Jul 31
4
bot clang-x86-ninja-win7 missing llvm/lib/DebugInfo/MSF/LLVMBuild.txt
The bot has been failing its CMake step for a while now.
Probably fallout from renaming Msf to MSF. Can somebody
get this straightened out? It's one of the bots that run
VS2013 AFAICT which makes it useful to me.
Thanks,
--paulr
2011 Jul 23
1
[LLVMdev] git
...is a very nice middle ground. We get nice sequential revision numbers from svn, and behind the scenes everyone can go crazy with git. It's a little awkward to set up a new repo that pulls from the git mirrors and also lets you use git-svn dcommit to push back, but that's a minor nuisance AFAICT.
2007 Feb 01
3
imap pop3 servers
...'t an rpm at any of the
repositories for this. I do pop before smpt for the remote users I have
and also use procmail for calling spamc from SpamAssassin.
Is there some place I can get uw's imap or do I need to settle for using
something like Dovecot? (Which doesn't support procmail AFAICT)
Also I did do a search and read the wiki for CentOS and just about
everyplace I could think of.
Thanks for any and all suggestions.
--
-Doc
Lincoln, NE.
http://www.genealogyforyou.com/
http://www.cairnproductions.com/
2013 May 21
12
[PATCH] fix XSA-46 regression with xend/xm
...ment an allocation based
model (which is why it''s not the hypervisor that''s being changed to
enforce either model).
Since libxl, like xend, already uses a 1:1 model, it''s unaffected by
the libxc change (and it being unaffected by the original hypervisor
side changes is - afaict - simply due to qemu getting spawned at a
later point in time compared to the xend event flow).
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Andreas Falck <falck.andreas.lists@gmail.com> (on 4.1)
Tested-by: Gordan Bobic <gordan@bobich.net> (on 4.2)
--- a/tools/libxc...
2008 Apr 13
3
Can't get simple link_to_remote to work
AFAICT, this is all I need to do to get a simple example working:
the <head> should have this:
<%= javascript_include_tag :defaults %>
My test page view should have a div with an id and the ERB like this:
<%= link_to_remote ''Click Me'',
:url => {:action =...
2015 Dec 11
4
trouble hoisting GlobalValues
Hello LLVM,
To reduce the code-size cost of relocations, I'm trying to hoist
GlobalValues that are used many times. A new pass hides each hoisted
GV behind a BITCAST in the dominating BB. The pass then updates users
with the output of the BITCAST. This pass works properly AFAICT.
The problems come in instruction selection.
SelectionDAGBuilder::visitBitCast() treats the BITCAST as a no-op and
eventually users of the GV fold the relocation as if hoisting never
happened. Experiments turning the BITCAST into a copytoreg failed and
anyway I feel like I'm just shooting in...
2018 Dec 27
2
AA pass dependencies
...put of e.g.
llc -mtriple=x86_64-unknown-linux-gnu test/CodeGen/X86/pre-coalesce.ll -debug-pass=Executions
Why is it that 'Basic Alias Analysis (stateless AA impl)' is freed much earlier than 'Function Alias Analysis Results' even though the latter depends on the former (at least AFAICT by looking at lib/Analysis/AliasAnalysis.cpp)?
Thanks!
-Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181227/e5da106e/attachment.html>
2020 Jan 16
3
Re: libvirt-python: issue on fedora
...t see qemu-img installed there. You've requested 'qemu-kvm' and
'qemu-system-x86' which provide the system emulator. qemu-img is part
of the 'qemu-utils' package, which is a Recommended dependancy of
qemu-system-x86, but you've not told apt to install recommendations
AFAICT from that log
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
2012 Feb 28
3
[Patch] X86: expose HLE/RTM features to dom0
X86: expose HLE/RTM features to dom0
Intel recently release 2 new features, HLE and TRM.
Refer to http://software.intel.com/file/41417.
This patch expose them to dom0.
Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
diff -r 92e03310878f xen/arch/x86/traps.c
--- a/xen/arch/x86/traps.c Wed Feb 08 21:05:52 2012 +0800
+++ b/xen/arch/x86/traps.c Mon Feb 27 02:23:42 2012 +0800
@@ -857,9
2013 Sep 20
4
hvmemul_rep_movs() vs MMIO
Tim,
was it really intended for "x86/hvm: use unlocked p2m lookups in
hvmemul_rep_movs()" to special case p2m_mmio_dm but not
p2m_mmio_direct?
Jan
2010 Aug 02
2
[LLVMdev] [PATCH] fix "ambiguous call to overloaded function" with Visual Studio 2010
The attached patch gets rid of the "error C2668" mentioned on the wiki
page (all the other errors seem to be fixed in SVN already AFAICT):
http://wiki.llvm.org/How_do_I_compile_on_Visual_C%2B%2B%3F
Applying this to trunk fixes http://llvm.org/bugs/show_bug.cgi?id=5592 for me.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-ambiguous-call-on-msvc-v2.patch
Type: text/x-patch
Size: 7188 bytes
D...
2011 Jul 19
2
[LLVMdev] Correct use of StringRef and Twine
>> Perhaps, I suppose, I'm not sure just how portable llvm code is.
>
> Very portable AFAICT. I'm even going to port it to my hobbyist OS once C++
> rtti is totally gone in the llvm code base.
Sorry, I meant source portable to different compilers (ie: which
compilers does llvm compile on & how many have really poor std::string
implementations).
- David
2006 Aug 10
2
ProgressDialog on WindowsXP
Hi all,
I''ve been trying to figure this out on my own, but if the project is
headed to alpha, it should probably be resolved before that.
Basically, ProgressDialog doesn''t show up at all AFAICT. The Gauge
control works fine, but in the controls example as well as in a small
test app, I can''t get the ProgressDialog to appear.
--Mark Ping
2014 Sep 19
2
negative auth cache?
...he_ttl = 5 mins
# Not yet implemented
#auth_cache_negative = 2 mins
yet the problem seemed to persist for more than an hour.
Also, how can I flush the cache for a non-default instance's cache using
doveadm -- "doveadm auth cache flush" doesn't seem to have an '-a'
option AFAICT.
# doveadm auth
usage: doveadm [-Dv] [-f <formatter>] auth <command> [<args>]
cache flush
w
2017 Nov 09
2
PSA: debuginfo-tests workflow changing slightly
...e, and I believe there
should be no immediate impact to the current workflow. with that said, I
plan to commit this either later today or early tomorrow if there are no
other concerns.
On Tue, Nov 7, 2017 at 12:19 PM Zachary Turner <zturner at google.com> wrote:
> I tested this out, and AFAICT nothing will change. It will continue to
> just work if you have it checked out under clang/tests. It's a bit hard to
> construct this configuration locally since it requires moving some files
> around, and applying half of a CL here and half of a CL there. But, AFAICT
> it works...
2009 Aug 29
3
Debugging help needed
...g and stable back whem 2.6.29 was released.
Nowadays, it hangs within less tahn an hours work. The symptom is that
the mouse moves, but no other updates to the screen. The machine is
otherwise working mostly ok so I can ssh to it. The "issue" I have is
that there is nothing interesting (afaict) in any log. Nothing in
Xog.0.log, nothing in dmesg.
The one intersting thing I've noticed is that with drm debuging on I get
a ton of these on dmesg:
host [drm:drm_ioctl], pid=2391, cmd=0x40086485, nr=0x85, dev 0xe200, auth=1
And at, or around the hang, there seem to be a an increase of:...