Displaying 20 results from an estimated 100 matches similar to: "Clang Preprocessor Speed Up"
2016 Mar 24
0
Clang Preprocessor Speed Up
First, surely the right place for this discussion is the cfe-dev mailing
list?
Second, have you determined that this is a noticeable amount of time when
compiling? I have no idea - in my Pascal compiler, parsing the code is
~0.1%, codegen to IR ~1.9% and LLVM 98%. But I'm sure Clang is more complex
in many ways, so the proportion is probably a bit different - a measurement
of the time spent
2013 Jun 18
0
[LLVMdev] ARM struct byval size > 64 triggers failure
Hi Rajesh,
The callee code looks okay to me
> Assembly for check114
> ---------------------------------------------------------------
> sub sp, sp, #16
> push {r11, lr}
> mov r11, sp
> sub sp, sp, #8
> str r3, [r11, #20]
> str r2, [r11, #16]
> str r1, [r11, #12]
> ldr r1,
2013 Jun 18
3
[LLVMdev] ARM struct byval size > 64 triggers failure
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130618/5b2a15e3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 201306181656803_BEI0XT4N.gif
Type: image/gif
Size: 14036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130618/5b2a15e3/attachment.gif>
2013 Jun 20
1
[LLVMdev] ARM struct byval size > 64 triggers failure
> - "since ABI says the stack pointer needs to be 8 byte aligned at function entry point" (taken from Manman's reply)
> What will be considered as entry point here?
> Is it place of SP Adjustments "sub sp, sp, #16"
> (Or) Is it place of first user instruction(end of prologue) "ldr r2, .LCPI0_0"
Eight byte stack alignment is a
2015 Jul 09
2
[LLVMdev] llvm jit acting at runtime, like libgccjit ?
Hello,
i mainly code in c/c++ on linux.
I would like to know if I can generate code at runtime using llvm, like libgccjit -> https://gcc.gnu.org/onlinedocs/jit/
My needs are : create functions, conditions, loops at runtime. libgccjit does the job pretty well but I would like to test llvm too (licence issue).
Is it possible ?
Is there a resource that helps in that regard ? Kaleidoscope
2013 May 20
2
VM Slowness
I hope this in the right list, but I was wondering if someone could help me
with a VM I have that has lately started having problems. It had been
running for years without problems. It's possible an update is causing this,
but I can't say.
The VM is running CentOS 5.8 and after a time, the machine begins to slow
down. Things like pings or running commands lag. If I reboot the VM, it runs
2015 Jul 02
2
Custom header when busy
<div>Is there any chance to create feature request for that useful functionality?</div><div>š</div><div>02.07.2015, 14:03, "Rusty Newton" <rnewton@digium.com>:</div><blockquote type="cite"><div><div><div>On Wed, Jul 1, 2015 at 4:46 AM, <span><<a href="mailto:royj@yandex.ru"
2015 Jul 13
2
[LLVMdev] Poor register allocations vs gcc
<br />Hello, <br />Ecx is a problem because you have to xor it. Which is avoided in the gcc compilation. Fomit-pointer-frame helps.<br /><br />Now llvm is one instruction from gcc. If ecx was not used, it would be as fast.<br />-- <br />Sent from Yandex.Mail for mobile<br /><br />20:03, 13 July 2015, Matthias Braun <mbraun@apple.com>:<br
2015 Jul 02
3
Custom header when busy
<div>Thanks for the tip. Our goal is to know that call-limit is triggered. And later analyze this info, maybe do some action.</div><div>Yes, we can parse CDRs or execute AGI script but we do not want inmplement this logic on Asterisk because it can affectš<span>performance.</span></div><div>š</div><div>02.07.2015, 15:31, "jg"
2004 May 29
1
prerelease of the Postfish
Hello folks,
Although Jack graciously permitted me to keep tinkering on
the Postfish alongside OggFile work ;-) allowing it to sit there in a
partially tinkered state continued to be a distraction. So yesterday
and today I cleaned up the source repository and put together a
prerelease. With this prerelease, I'm putting the project out of mind
until I put out a beta of OggFile.
Actually,
2004 May 29
1
prerelease of the Postfish
Hello folks,
Although Jack graciously permitted me to keep tinkering on
the Postfish alongside OggFile work ;-) allowing it to sit there in a
partially tinkered state continued to be a distraction. So yesterday
and today I cleaned up the source repository and put together a
prerelease. With this prerelease, I'm putting the project out of mind
until I put out a beta of OggFile.
Actually,
2015 Jul 01
2
Custom header when busy
Hi, all
Is there someway ability to insert custom Header to "SIP 486" message, when HANGUP application is invoked?
Our use case is to set that Header, when call-limit is reached, to analyze elsewhere, but we do not want to set some custom causecode in HANGUP application because this can confuse a calling equipment.
2014 Mar 23
6
metadata 2
Hoi folks,
I don't like to post in newsletter because of several reason but sometimes it
isn't evitable.
I am setting up a internet-radio-show (exclusively live, including 2 video-streams)
and I want to read out the audio-metadata of momentarily played tracks in realtime
to compare it against a SQL-database.
The aim is to fill up and/or update a table with 'most played'
2015 Jul 13
5
[LLVMdev] Poor register allocations vs gcc
Hello,
I have an issue with the llvm optimizations. I need to create object codes.
the -ON PURPOSE poor && useless- code :
---------------------------------------------------
#include <stdio.h>
#include <stdlib.h>
int ci(int a){
return 23;
}
int flop(int a, char ** c){
a += 71;
int b = 0;
if (a == 56){
b = 69;
b += ci(a);
}
puts("ok");
return a +
2013 Mar 29
3
ovf conversion
I try do use one of the images available from [1]
These images comes in two flavors, one vmx, one ovf.
I do not know how to convert one of these to centos6-libvirt-kvm
virt-convert gives me an error
$ virt-convert -i ovf -o virt-image path_to_image.ovf
ERROR Couldn't convert disks: Disk conversion failed with exit status
1: qemu-img: Could not open 'path_to_image.vmdk'
The vmdk
2013 Apr 10
1
Timer/ISR1 errors have returned in kernel-xen-2.6.18-348.3.1.el5
Hi all,
We recently upgrade from CentOS 5.8 to CentOS 5.9 on
kernel-xen-2.6.18-348.3.1.el5, and after booting into the new kernel,
noted large amounts of these messages every second or so in the logs:
Mar 30 21:38:35 atlas2 kernel: Warning Timer ISR/0: Time went backwards:
delta=-1393683849 delta_cpu=22316151 shadow=225003685197135
off=129240997 processed=225005208029053
2006 Mar 21
1
weird bugs with mmap-ing via NFS
[Moved from -current to -stable]
???????? 21 ???????? 2006 16:23, Matthew Dillon ?? ????????:
> ? ? You might be doing just writes to the mmap()'d memory, but the system
> ? ? doesn't know that.
Actually, it does. The program tells it, that I don't care to read, what's
currently there, by specifying the PROT_READ flag only.
> ? ? The moment you touch any mmap()'d
2016 Dec 08
6
cross-checking external declarations / debug info for declarations
I am interested in putting together a tool which can verify that an external declaration conforms with the actual definition.
A.c:
extern int32_t foo();
Int bar() { return foo(); }
B.c:
int64_t foo() { ... }
I had thought that I could use the debug information but the debug information in A.o does not include the type of the declaration "foo", just the type of bar.
Is there a way to
2014 Feb 05
1
R CMD check, NOTEs, & S4-dependent packages
As I was running "R CMD check" on one of my older packages
(matlab), I was attempting to fix one of the NOTEs which
bitches about attempting to change the search path using
require().
In my case, I am repeating a package dependency for "methods"
package in my .onLoad() function. Can this scenario (based
on something B. Ripley discussed many years ago) no longer
occur? Just
2015 Jan 30
1
[LLVMdev] LNT install
Hi David,
That's weird, I have setup LNT in multiple different distros and have
never seen this. Looks like no one ever tested on the system you're
running. Can you share a bit more of your environment?
Also, you can check the setup.py to see if it does any stripping of
package names, which could go wrong in the wrong environment.
cheers,
--renato
On 29 January 2015 at 20:13, David