Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] Code related to "Run Time Optimization" and "Offline Reoptimizer""
2010 Jun 30
1
[LLVMdev] Runtime & idle time reoptimizer questions
Hello everybody,
I would like to know more about runtime & idle time reoptimizer mentioned in the powerpoint presentations about LLVM. Which tool in the LLVM toolchain is responsible for this?
Where I can find more details on how reoptimizer is implemented? If someone can let me know any doc or specific source code file to look at, it would be helpful. I have also seen a similar post by
2003 Aug 21
0
[LLVMdev] reoptimizer note
Hello,
In preparation for the LLVM public release, I've moved the reoptimizer
out of the main cvs module "llvm" and into the cvs module "reopt". You
can go ahead and delete the lib/Reoptimizer directory from your tree,
about which cvs will undoubtedly be complaining to you.
If you want to build the reoptimizer, cd into your SPARC tree's
"projects"
2002 Sep 17
1
[LLVMdev] Compile warning in Reoptimizer/TraceCache/VirtualMem.cpp
ISSUE: The constant "3791650815" is too large to fit in a 32-bit signed
integer.
ACTION: Use the unsigned 32-bit integer constant "3791650815U" instead.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL:
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver,
subject and sender.
Receiver subject sender
1 Adrian Cole RE: [WHIRR-117] Composable services Tom White
2 Adrian Cole RE: [WHIRR-117] Composable services Tom White
3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole
4 Adrian Cole RE: [WHIRR-117]
2015 Mar 04
2
adaptive bandwidth
Thanks Dragos,
I assume I will be setting those parameters during initialization of
encoder right?
Question is, if connection gets too lossy, how will opus adapt to it? Can
it automatically shift bitrate down to minimize impact?
Mark from IRC suggests that the app has to be aware of the losses and
change it on the fly.
Has anybody on the list tried this?
Kelvin Chua
On Wed, Mar 4, 2015 at 5:53
2003 Oct 09
1
5 second latency sip to oh323
hi guys,
i'm using sept 30 cvs and oh323 5.5
i'm having 5 second latecy(on only 1 audio path) when a call is transferred....
the scenario is this:
sip--------->asterisk----->h323:operator (who then transfers the call)
---------------->h323:destination
------------------audio path 5-second latency---------------->
2016 May 19
2
Completely Disable NTLM on Samba4
Thanks. I already request as below.
https://bugzilla.samba.org/show_bug.cgi?id=11923
-----Original Message-----
From: Jeremy Allison [mailto:jra at samba.org]
Sent: Thursday, May 19, 2016 2:54 AM
To: Kelvin Yip <kelvin at icshk.com>
Cc: samba at lists.samba.org
Subject: Re: [Samba] Completely Disable NTLM on Samba4
On Wed, May 18, 2016 at 05:15:40PM +0800, Kelvin Yip wrote:
> Dear
2008 Feb 19
1
Problem with sync files when no dir in the destin
Hi i'm a new user but rsync is easy and a great tool
I have a folder caled source and a folder caled destini, like this
+ Source
|_ FolderA
|____ File1
|____ File2
+ Destini
I use this comando to sync only File 1
rsync -a Souce/FolderA/File1 Destini
it's copy the File 1 to Destini but i would like who rsync create te Folder A in the destini and put the File 1 inside Then.
I read
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2015 Jul 08
2
Samba 4 - disabling SSLv3 to mitigate POODLE effects
Thanks Kelvin
I'm a bit confised tho, is this patch already avaiable? if yes, what is the
parameter that disable ssl into the smb.conf? Maybe the guys from
Enterprise samba have already included the patch into their releases so
it's just a maatter of enabling the flag.
I'm using sernet-samba-4.2.2
Thanks!
2015 Mar 04
2
adaptive bandwidth
I am using libopus for my implementation. I wonder if anybody in the list
have any experience on how to make libopus dynamically adjust its bitrate?
On Mar 3, 2015 10:42 PM, "Benjamin Schwartz" <benjamin.m.schwartz at gmail.com>
wrote:
> It sounds like your software isn't adjusting the opus bitrate in response
> to network conditions. For example, many WebRTC
2003 Sep 17
2
help jeremy
* compiled from cvs, i am trying call ip phones in callmanager 3.2
10.17.0.2 is my callmanager
i noticed from network dumps that instead of sending rtp to the ip phone, * sends it to 10.17.0.2!
thereby causing no audio from * to ip phone. audio from ip phone to * is ok.
only callmanager calls fail. netmeeting works ok...
here is the debug, thanks for any info
~kelvin
H323 debug enabled
--
2016 Apr 06
1
Extracting windows from time series
Dear R Users
Thanks for the help in advance and lets get straight to the problem:
I have a 400 year long temperature time series and I am looking for decades that show a linear trend decrease of approximately -0.1 Kelvin or degrees. --> What I would like to program: A loop/function / command line that prints the values of all the trends (can also be overlapping) into a matrix that could have
2019 Mar 05
1
[R] [FORGED] R cairo_pdf function does not respect plotting boundaries
Hi
(cc'ed to r-devel where further discussion should probably take place)
Thanks Lee. I see that problem.
There is a "+ 1" in the Cairo device code for setting the clipping region
(https://github.com/wch/r-source/blob/ba600867f2a94e46cf9eb75dc8b37f12b08a4561/src/library/grDevices/src/cairo/cairoFns.c#L156)
Remove the "+ 1" and the problem goes away (for your example
2006 Nov 14
5
opens source trouble ticket
Hi all,
I am lookng for a truble ticket to install on my Cents os 4.4 server.
RPM is always prefferd. Souce is also welcome.
Have you done somethink like this before?
What are the packages that you recomend for me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Sep 17
1
[LLVMdev] Linux-x86 compile errors
ISSUE: Some Reoptimizer header files think that int64_t is in
<sys/types.h> instead of "Support/DataTypes.h".
ACTION: Ensure that all users of types int64_t or uint64_t include
"Support/DataTypes.h"
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
2010 Mar 10
1
Tripp-Lite SU2200XLA problem (fwd)
On Tue, Mar 09, 2010 at 07:14:59PM -0500, Charles Lepple wrote:
> On Mar 9, 2010, at 5:54 PM, Kelvin Ku wrote:
>
>> However, if I try to run usbhid-ups as user "nut", I get:
>>
>> $ sudo -u nut ./usbhid-ups -a usb
> [...]
>> Whereas if I run it as root:
>>
>> $ sudo ./usbhid-ups -a usb -u root
>
> Did you pass "--with-user=nut"
2005 Jun 10
2
icecast1 documentation
Hi Geoff,
I'm a bit confused...
After reading the docs, I was under the impression that icecast2 does
not do on demand relaying?
I did a google search, found this (well, it's a year ago)
http://lists.xiph.org/pipermail/icecast/2004-February/006555.html
Also, in the relaying section of the icecast documentation:
http://www.icecast.org/docs/icecast-2.2.0/icecast2_relay.html
There was no
2003 Jul 24
2
audiocodes fxs
hi guys,
have anybody tried using audiocodes sip fxs against asterisk? how's the device fairing?
~kelvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030725/ae4b2f25/attachment.htm
2016 May 18
2
Completely Disable NTLM on Samba4
Dear all,
May I know if there is any way to completely disable NTLM and NTLM V2 on
samba4 ?
I need to ensure if someone bring their own workstations back to office and
they cannot connect to samba4 server using their password.
On Windows, there are a Security Settings to do this (Local Policies ->
Security Options -> Network Security: Restrict NTLM: Incoming NTLM Traffic)
Already