Displaying 20 results from an estimated 500 matches similar to: "The review of Earth fission - Task design Dave'Fargo'Kosak"
2013 Dec 09
2
[LLVMdev] DebugInfo: DW_AT_GNU_ranges_base in non-fission
It looks like we only attach the GNU_ranges_base to skeleton CUs, and
never use the attribute under non-fission. Is that right? It's not
obvious to me why we'd want to only include this under fission, but I
admittedly don't fully understand it anyway.
- Dave
2013 Dec 09
0
[LLVMdev] DebugInfo: DW_AT_GNU_ranges_base in non-fission
On Mon, Dec 9, 2013 at 9:47 AM, David Blaikie <dblaikie at gmail.com> wrote:
> It looks like we only attach the GNU_ranges_base to skeleton CUs, and
> never use the attribute under non-fission. Is that right? It's not
> obvious to me why we'd want to only include this under fission, but I
> admittedly don't fully understand it anyway.
>
So we're not
2013 Dec 09
1
[LLVMdev] DebugInfo: DW_AT_GNU_ranges_base in non-fission
On Mon, Dec 9, 2013 at 11:48 AM, Eric Christopher <echristo at gmail.com> wrote:
> On Mon, Dec 9, 2013 at 9:47 AM, David Blaikie <dblaikie at gmail.com> wrote:
>> It looks like we only attach the GNU_ranges_base to skeleton CUs, and
>> never use the attribute under non-fission. Is that right? It's not
>> obvious to me why we'd want to only include this
2012 Mar 05
0
[LLVMdev] problem in implementing loop fission using ModulePass
Hi,
I am trying to implement my own Loop fission transformations in llvm.
But to find circular dependency, i think i have to use
LoopDependenceAnalysis.
I am using ModulePass.
In this pass I am getting LoopInfo and Loops. but when I try to use
LoopDependenceAnalysis
It throws segmentation fault.
the example shows what i want to do :
for(int i = 0; i< n ; i++){
s1 : a[i]
2012 Jul 24
0
[LLVMdev] OpenCL with device fission to LLVM-IR
Can we convert OpenCL code with device fission to LLVM-IR ?
If yes, please guide me.
Regs,
Barun
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2017 May 04
2
DWARF Fission + ThinLTO
On Thu, May 4, 2017 at 7:22 AM, Rafael Avila de Espindola via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> writes:
>
> > So Dehao and I have been dealing with some of the nitty gritty details of
> > debug info with ThinLTO, specifically with Fission(Split DWARF).
> >
> > This applies to LTO as
2017 May 05
2
DWARF Fission + ThinLTO
> On May 4, 2017, at 4:53 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
> Alrighty, a little fuzzy on how best to implement this - Adrian, you've probably got the most context here as to how to wrangle this.
>
> My first attempt was in IRMover.cpp, IRLinker::linkFunctionBody - after metadata is copied over, create a new subprogram derived from Dst.getSubprogram,
2017 May 03
4
DWARF Fission + ThinLTO
So Dehao and I have been dealing with some of the nitty gritty details of
debug info with ThinLTO, specifically with Fission(Split DWARF).
This applies to LTO as well, so I won't single out ThinLTO here.
1) Multiple CUs in a .dwo file
Clang/LLVM produces a CU for each original source file - these CUs are kept
through IR linking (thin or full) and produced as distinct CUs in the
resulting
2017 May 04
2
DWARF Fission + ThinLTO
> On May 3, 2017, at 7:43 PM, Adrian Prantl via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>>
>> On May 3, 2017, at 2:59 PM, David Blaikie <dblaikie at gmail.com <mailto:dblaikie at gmail.com>> wrote:
>>
>>
>>
>> On Wed, May 3, 2017 at 2:09 PM Adrian Prantl <aprantl at apple.com <mailto:aprantl at apple.com>> wrote:
2017 May 03
3
DWARF Fission + ThinLTO
On Wed, May 3, 2017 at 2:09 PM Adrian Prantl <aprantl at apple.com> wrote:
>
> > On May 3, 2017, at 2:00 PM, David Blaikie <dblaikie at gmail.com> wrote:
> >
> > So Dehao and I have been dealing with some of the nitty gritty details
> of debug info with ThinLTO, specifically with Fission(Split DWARF).
> >
> > This applies to LTO as well, so I
2017 May 04
3
DWARF Fission + ThinLTO
Sorry, trying to catch up a bit lateā¦
It sounds like having more than one CU per .dwo is outside of the intention of the DWARF specification (though not explicitly forbidden), since there is an implied 1-1 relationship between skeleton CU and .dwo.
There is an explicit 1-1 relationship between skeleton CU and split-full CU (not .dwo). This suggests to me that if you want a .dwo to have multiple
2005 Oct 16
0
[fdo] Open Clip Art Library Release 0.18 Announcement :: www.openclipart.org
October 16, 2005 - Release 0.18 of Open Clip Art Library
(http://www.openclipart.org), containing over 6900 SVG files created by over
500 artists, is now available for download and use.
For the month of September, the Open Clip Art Library sought imagery related
to pets including images of different breeds appropriate for use by animal
shelters.
For the upcoming 0.19 release, due November 1,
2013 Jul 04
3
odd inconsistency with nfs
I'm having an interesting/odd problem with nfs (I think). We recently
(Monday/Tuesday) upgraded our file server from an ancient redhat 7.3
system to a shiny new centos 6.4 system. We don't see any issues between
the other centos boxes, but things get a bit weird when we start
mounting on the old solaris clients.
The initial symptom was that the 'tab complete' wasn't
2004 Oct 04
1
BUG: ssh-agent unlinks sockets/files it doesn't own.
I've noticed a problem in the openssh sources. It can most easily be
replicated as follows:
> [rich at goblin] sl=1 ~
> 01:05:47$ ssh-agent -a ~/.ssh/agent.sock
> SSH_AUTH_SOCK=/home/rich/.ssh/agent.sock; export SSH_AUTH_SOCK;
> SSH_AGENT_PID=553; export SSH_AGENT_PID;
> echo Agent pid 553;
>
> [rich at goblin] sl=1 ~
> 01:05:50$ ssh-agent -a ~/.ssh/agent.sock
2005 Jan 27
0
Persistent audio streams?
I am running MRTG.
But yeah, I guess I should look into a few more things before I shoot my mouth
(so to speak) off.
On Thursday 27 January 2005 01:36, you wrote:
> Are you sure your connection is dropped ???
> Run MRTG to make sure it is the link is dropping.
>
>
> On Wed, 26 Jan 2005 18:39:36 -0800, Jeff Simmons
>
> <jsimmons@goblin.punk.net> wrote:
> > On
2009 Jul 18
1
[LLVMdev] speed and code size issues
I'd look at if_spppsubr.o, which is big in the llvm directories and
doesn't appear in the gcc directory listings at all (I assume the
listings were fed through tail or something, but there's clearly a
sizeable difference there)
On Jul 17, 2009, at 5:41 PMPDT, Daniel Dunbar wrote:
> On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> On
2010 Mar 28
2
Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels
I have a dom0 machine running CentOS 5.4 with all the latest updates
using Xen as my hypervisor. I am using Xen in part because this machine
was set up prior to KVM being included in RHEL, and in part because
KVM's network bridging configuration is not nearly as simple as Xen's.
The dom0 machine is a headless Mac Mini and I do all of my VM management
via virsh from the command line. I
2005 Oct 24
3
Unable to use forms after login generator
I''m using rails 1.8 and login generator 1.1. I''m using rails to manage the
contents of my website. I decided to put an admin page for the content
management. For the sake of convenience, I used Login Generator. Now when I go
to edit or create new content (for now, just posts), it gives me the following
error (this one is for new posts):
NoMethodError in Goblin#new
Showing
2009 Jul 18
0
[LLVMdev] speed and code size issues
On Fri, Jul 17, 2009 at 5:12 PM, Jonathan Gray<jsg at goblin.cx> wrote:
> On Fri, Jul 17, 2009 at 04:41:55PM -0700, Eli Friedman wrote:
>> On Fri, Jul 17, 2009 at 4:14 PM, Jonathan Gray<jsg at goblin.cx> wrote:
>> > This seems to go against notes such as
>> > http://clang.llvm.org/features.html#performance
>> > which claim clang is signifcantly
2010 Jul 03
0
Join July Global via VOIP Free SW HW Culture Mtgs - BerkeleyTIP
Watch some videos. Mark your calendar. Invite your friends.
Join in on IRC or Voice. Join the mailing list, say "Hi. :)"
===== 1) 2010.7 Videos:
How to write VOIP client in less then 2 minutes, rpdammu
Schizophrenic Firewalls - virtualized net stack OpenBSD, Claudio Jeker
Motorola Droid Metro PCS Apps, makeitcricket.com
Open Wonderland virtual worlds platform, Nicole Yankelovich,