similar to: GSoC 2018 - "Pointer and Alias Analysis"

Displaying 20 results from an estimated 4000 matches similar to: "GSoC 2018 - "Pointer and Alias Analysis""

2018 Mar 23
0
GSoC 2018 - "Pointer and Alias Analysis"
Dear All, I'm Gábor Borsik, a first-year M.S. student from Eötvös Loránd University, Budapest. I have learned about compilers in the university, and I really liked it. I am currently working on a clang-tidy checker witch detects poorly seeded random generators(https://reviews.llvm.org/D44143). After that, I would like to work on LLVM and I love to continue the project in GSoC. I mostly
2018 Mar 13
0
Google Summer of Code 2018
Dear All, I'm Gábor Borsik, a first-year M.S. student from Eötvös Loránd University, Budapest. I have learned about compilers in the university, and I really liked it. I am currently working on a clang-tidy checker witch detects poorly seeded random generators(https://reviews.llvm.org/D44143). After that, I would like to work on LLVM and I love to continue the project in GSoC. I mostly
2018 Mar 18
2
GSoC 2018
Hi Guys! I have a suggestion about the projects in idea section. Projects <http://llvm.org/OpenProjects.html#gsoc18> are listed as GSoC 2018 followed by GSoC 2017, I hope that some projects in the GSoC 2017 section are already taken by previous year gsoc students, could you please remove those projects from the list and include the remaining projects in GSoC 2018. Because one cannot make
2003 Oct 17
0
[ANNOUNCE] Summary of netfilter developer workshop 2003
--3loezlmesXOUD0D5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! Jozsef has put together a small web page on the 2nd netfilter developer workshop that was held in Budapest two months ago. =20 The page also links to a small (incomplete) summary of the workshop. If you're interested about what we've been talking,
2011 Jan 19
1
Cannot install gnome on guest VM?
hello, I believe I have started guest VM now. Is there any GUI support for guest VM? I tried to "apt-get install gnome", but it doesnot work. My host OS is ubuntu 10.10. 2011/1/18 Ian Tobin <itobin@tidyhosts.com> > Hi, > > > > On debian you need to create or open > > > > /etc/modprobe.d/local-loop > > > > and add > > > > options
2005 Oct 24
3
bogus find_all in Rails 0.14.1
I have the following statement cl = ChatEvent.find_all("ev_type <> #{t} and chat_id = #{@params [:chat_id]} order by created_at") which produces the following error: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''order by created_at)'' at line 1: SELECT * FROM
2017 Jul 17
2
Updated Xen packages for XSA 216..225
Salvatore Bonaccorso writes ("Re: Updated Xen packages for XSA 216..225"): > On Tue, Jul 11, 2017 at 11:34:38PM +0200, Moritz Muehlenhoff wrote: > > On Mon, Jul 03, 2017 at 12:33:54PM +0100, Ian Jackson wrote: > > > Moritz M?hlenhoff writes ("Re: Updated Xen packages for XSA 216..225"): > > > > Sorry for the late reply, was on vacation for a week.
2014 Jan 07
2
[LLVMdev] How to check Apple's LLVM build number?
Happy New Year to everyone! I'm trying to track whether this bug: http://llvm.org/viewvc/llvm-project?revision=163923&view=revision has been fixed in the Apple LLVM version we use: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Any ideas how I can check that? Thanks, Ákos Somorjai Developer Support Manager GRAPHISOFT | Graphisoft Park 1. Budapest 1031 Hungary | +36 1
2007 Apr 05
1
tools for performace testing
Hi Xen Users, I''d like to run some performance tests with Xen. Are there some (sort of) standard test-cases or tooling? I''m thinking about using the Linux Test Project''s "Database Opensource Test Suite" (http://ltp.sourceforge.net) Does someone have any experience with this? Other recommendations? Thanks. Regards, Gábor
2019 Jan 29
4
mbox 2 Maildir
W/o downtime: see the wiki page below, the "Converting" section. Briefly for my case something like this should work and generally seems simple (no syntax checking yet, pseudo-code like): * Configuration uses mail_location = mbox:~/mails * setup per-user mail location and do for each user individually in a serial manner: -- doveadm sync maildir:~/Maildir; mbox is synced to Maildir,
2003 May 02
1
IAX tollfree extension conf
Hi, I recall seeing a sample extensions.conf file that allowed tollfree calls to be routed via iaxtel to the US and the NL, but I must be going blind, because I've scoured the list but can't find it. Can someone send it to me if they have it? Much appreciated. Thanks! --- Paul Cheng M?ty?s kir?ly ut 10 H-1121 Budapest HUNGARY paul.cheng@alum.mit.edu mobile: +36 30 381-9311
2003 Jun 02
1
Does anyone know how to get rid of this warning message?
Hi, I searched the archives about this, but didn't find any references. When I make an outbound SIP call, the call completes and everything is fine, but in the Asterisk console, I keep getting a huge stream of warning messages: "WARNING[1200876848]: File dsp.c, Line 1107 (ast_dsp_process): Unable to detect process 2 frames" I thought I saw this in a post earlier, but I
2002 Jun 06
1
rsync synchronizes VERY slow
hi, I have an 20G archive of pic files which would have to be mirrored onto another server. It contains large JPEGs, around 10k files, one of the servers is located in Boston, the another is in Budapest, Hungary. I use rsync rsync://remote_box/remotedir localdir/ -zcvr --progress --size-only The issue is that the remote server sends the filelist very slow. Looking into the rsyncd process with
2006 Jun 19
5
multivariate splits
Dear R users! Does someone know about any algorithms / packages in R, that perform classification / regression / decision trees using multivariate splits? I have done some research, but I found nothing. Packages "tree" and "rpart" seem only to be able to do CART with univariate splits. Thank you for your help! B?lint -- Cz?cz B?lint PhD hallgat? BCE KTK Talajtan ?s
2007 Jan 10
3
Newbie question on file source
Hi, Please correct me if I''m wrong but it seems to me that in the case of a remote file source the path must contain the plain filename after the module and paths with directory elements are not supported. What I wanted is the following: +++++ fileserver.conf +++++ [system] path /services/puppet/common/ allow * +++++ site.pp +++++++++++++ file {
2008 Jun 24
4
zfs send and recordsize
Hi Everyone, I perform a snapshot and a zfs send on a filesystem with a recordsize of 16k, and redirect the output to a plain file. Later, I use cat sentfs | zfs receive otherpool/filesystem. In this case the new filesystem''s recordsize will be the default 128k again. The other filesystem attributes (for example atime) are reverted to defaults too. Okay, I can set these later,
2019 Jan 29
2
mbox 2 Maildir
Hi, I am not an professional system admin, but I am running a small debian mail server for many years. It is time to migrate from mbox to Maildir. There is a nice and clean description for doing this without service downtime at https://wiki.dovecot.org/Tools/Doveadm/Sync I have to set per-user config for mailbox type using userdb extra fields. However, I miss some information and I can not
2012 Apr 02
0
[LLVMdev] GSoC 2012 Ideas - Alias Analysis
On 3/30/12 7:07 PM, Douglas do Couto Teixeira wrote: > Hi guys, > > I'm an undergraduate computer science student and I've been working > with pointer analysis this semester under the orientation of professor > Calvin Lin, at The University of Texas at Austin. I'm interested on > helping to develop LLVM's alias analysis infrastructure. I have two > ideas for a
2020 Jan 28
2
Where does LTO remove unused functions?
Thanks! On Mon, Jan 27, 2020 at 6:05 PM Teresa Johnson <tejohnson at google.com> wrote: > By default even regular LTO now has module summaries (like the kind used > for ThinLTO). LTO will then run index based dead symbol analysis here: > http://llvm-cs.pcc.me.uk/lib/LTO/LTO.cpp#923. Then when linkRegularLTO is > called here: http://llvm-cs.pcc.me.uk/lib/LTO/LTO.cpp#935, it
2017 Oct 06
2
Strange "IMAP connection broken (server response)" errors
Hello, We upgraded one of our dovecot servers to debian stretch with dovecot 2.2.27 and since then one of our users has been experiencing random IMAP failures. We enabled raw logging at the server side and it shows normal IMAP commands/responses: 1507292522.222427 * 6 FETCH (FLAGS () BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL