Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] any documents for the poolalloc project?"
2012 Jan 03
2
[LLVMdev] Comparison of Alias Analysis in LLVM
Hi,
Chapter 4 in http://llvm.org/pubs/2005-05-04-LattnerPHDThesis.html
compares the precision of alias analysis in LLVM at that time. Does
the latest LLVM still follow the similar results? I was also wondering
how the globalmodred-aa and scev-aa that were not discussed in the PhD
thesis are compared with others? Thanks and Happy New Year!
--
Jianzhou
2011 Jun 24
0
[LLVMdev] Memory dependence analysis
On 6/24/11 5:20 AM, Andreas Wilhelm wrote:
>
> Where can I find some information about MemoryDependenceAnalysis and
> DataStructureAnalysis?
> It would be interesting which kinds of dependence they're able to find
> and which not.
I haven't used MemoryDependenceAnalysis myself, but I recommend that you
read its doxygen documentation:
2012 Jan 03
0
[LLVMdev] Comparison of Alias Analysis in LLVM
On Jan 2, 2012, at 9:42 PM, Jianzhou Zhao wrote:
> Hi,
>
> Chapter 4 in http://llvm.org/pubs/2005-05-04-LattnerPHDThesis.html
> compares the precision of alias analysis in LLVM at that time. Does
> the latest LLVM still follow the similar results? I was also wondering
> how the globalmodred-aa and scev-aa that were not discussed in the PhD
> thesis are compared with others?
2010 Sep 27
0
[LLVMdev] Fwd: A Question
---------- Forwarded message ----------
From: Kenneth Uildriks <kennethuil at gmail.com>
Date: Mon, Sep 27, 2010 at 1:31 PM
Subject: Re: A Question
To: Tarek Chammah <tchammah at uwaterloo.ca>
On Mon, Sep 27, 2010 at 12:49 PM, Tarek Chammah <tchammah at uwaterloo.ca> wrote:
> Hi Kenneth,
>
> If I understand you correctly, say on my Linux machine I can link in
> the
2005 May 04
3
[LLVMdev] I'm done :)
For anyone who is interested:
http://llvm.cs.uiuc.edu/pubs/2005-05-04-LattnerPHDThesis.html
-Chris
--
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/
2011 Jun 24
3
[LLVMdev] Memory dependence analysis
On 22.06.2011, at 17:03, John Criswell wrote:
> On 6/22/11 5:34 AM, Andreas Wilhelm wrote:
>>
>> Hello,
>>
>> I'm looking for a way to identify dependencies of function-pairs (memory-dependency, control-dependency...) in order to parallelize them.
>> For aliasing problems I use the DataStructureAnalysis.
>
> I'm assuming that this is the DSA
2016 Mar 26
0
Existing studies on the benefits of pointer analysis
On Mar 21, 2016, at 10:00 AM, Jia Chen via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> So my question here is: what kind(s) of precision really justify the cost and what kinds do not?
>>
>> Depends entirely on your applications.
>>
>> Has anybody done any study in the past to evaluate what kinds of features in pointer analyses will benefit what
2005 May 05
3
[LLVMdev] I'm done :)
On Thu, 5 May 2005, Markus F.X.J. Oberhumer wrote:
> Chris,
> Chris Lattner wrote:
>> For anyone who is interested:
>> http://llvm.cs.uiuc.edu/pubs/2005-05-04-LattnerPHDThesis.html
>
> many congrats, and best wishes for the future!
Thanks all!
> And I hope you still will have some time to look after LLVM and won't
> get too distracted by some new exciting other
2009 Sep 04
1
[LLVMdev] version 2.3 of poolalloc
/* snip topic */
What exactly does poolalloc do? I did a quick look through the svn
code and readme and it looks like it hooks functions that llvm
compiles in some-way...
2011 Feb 13
0
[LLVMdev] any documents for the poolalloc project?
Hi all,
I was searching the background and document of the poolalloc project, but
did not get any from google. Where can I find them? Thanks.
--
Jianzhou
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110212/2b728f3f/attachment.html>
2012 Jan 03
2
[LLVMdev] Comparison of Alias Analysis in LLVM
On Tue, Jan 3, 2012 at 3:54 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Jan 2, 2012, at 9:42 PM, Jianzhou Zhao wrote:
>
>> Hi,
>>
>> Chapter 4 in http://llvm.org/pubs/2005-05-04-LattnerPHDThesis.html
>> compares the precision of alias analysis in LLVM at that time. Does
>> the latest LLVM still follow the similar results? I was also
2016 Mar 21
6
Existing studies on the benefits of pointer analysis
Hi Daniel,
On 03/21/2016 11:05 AM, Daniel Berlin wrote:
>
>
> On Tue, Mar 15, 2016 at 1:37 PM, Jia Chen via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Dear llvm devs,
>
> tl;dr: What prevents llvm from switching to a fancier pointer
> analysis?
>
>
> Nothing.
>
>
> Currently,
2006 Jan 02
2
mouse position without event
Hello,
Is it possible somehow to get mouse coordinates without using the event
mechanism ?
I need to get the current mouse position to initialize some div position,
but not at page load
Tarek
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 13
2
Ajax.Request onComplete
Hello,
I have a small class where i want to use attributes of the instance when an
ajax call returns, so I wrote:
*var* MyClass = Class.create();
MyClass.prototype = {
initialize: *function*(form_id, rendered_id) {
this.form_id = form_id;
*var* edit_form = $(form_id);
*var* rendered_node = $(rendered_id);
*if* (!edit_form || !rendered_node) {
this.enabled = *false*;
2005 Dec 23
1
floating layer following the mouse
Hello,
I have added a fade-in/fade-out floating layer to display infos on Ajax
request.
I have used Position to display it on a corner.
Is there a simple way to make this floating layer displayed near the mouse
and make it follow the mouse movments
Tarek
--
Tarek Ziadé | www.afpy.org
Python - why settle for snake oil when you can have the whole snake?
(Mark Jackson)
2009 Mar 12
4
Serving 120 concurrent calls
Hello,
a local prison contacted us regarding some calling card solution.
they need 4 E1s to serve 120 rooms in that prison.
we are planning on using 4 servers to serve the calls and one for the database
servers' specifications are:
2.8 Dual Core Proccessors
2 GB Ram
160 Sata Drive
each server will be provided with 1 E1 card
Questions are:
1- will those servers be able to handle that ammount
2008 Nov 03
1
[LLVMdev] No of Datastructures
Right now I am writing passes just to look for arrays & structs I am trying
to identify the array by parsing the memory description(use regex's)
ex./ { [20 x i8], i32 } *- for a struct. is a structure with a character
array of size 20 and an integer.
I'm not sure if llvm provides an easier way to do this?
The type id for most arrays comes out to be a pointer rather than an array,
its
2010 Sep 23
4
Asterisk and Digium TC400B
Greetings,
Because of the heavy load and the high expectations of an asterisk server
offered as a solution integrated with our CRM software.. we were looking
into other possibilities than software Licenses for G729 and G723 codecs..
to lower the pressure on the processor giving it more space to do more work.
We heard of a hardware (PCI CARDS) can be used with Asterisk that does the
work. And we
2011 May 02
3
out of the blue one way audio
Greetings List.
we're facing a strange case with my system where in the middle of the call .. after like 7 minutes (not necessarily ) the callee is unable to hear the caller however the caller is able to hear the called party. the scenario is the following.
1- 15 computers running Windows XP SP3 joining a Windows Domain Controller with DHCP , DNS, ISA Internet Acceleration Server.
2- Internet
2006 Jan 20
3
disabling drag''n''drop features on some areas
Hi,
I have implemented the drag and drop feature to move around some divs, but I
have a small side
effect i am trying to clear:
When the draggable div contains links, and if the user grab the div on the
link, the drag is done but
the link is also visited, leading to unwanted issues.
What I''ve tried to do is to look for all ''a'' tags in the draggable elements
in order