Displaying 16 results from an estimated 16 matches for "_necessary_".
2019 Oct 02
4
[RFC] Propeller: A frame work for Post Link Optimizations
I'm a bit confused by this subthread -- doesn't BOLT have the exact same
CFI bloat issue? From my cursory reading of the propellor doc, the CFI
duplication is _necessary_ to represent discontiguous functions, not
anything particular to the way Propellor happens to generate those
discontiguous functions.
And emitting discontiguous functions is a fundamental goal of this, right?
On Wed, Oct 2, 2019 at 4:25 PM Maksim Panchenko via llvm-dev <
llvm-dev at lists.llvm...
2000 Mar 08
0
samba-tng-alpha-0.11.tar.gz
ftp://samba.org/pub/samba/alpha or mirror sites.
this version has security = domain tested and, shock-horror, working.
it is possible to do SMB connections with WORKSTATIONNAME\username (wow)
and actually, this is _necessary_, because otherwise, how are you going to
join it to a domain? :-) :-)
as root:
samedit -S . -U root% -l log
[] createuser root -p rootpassword
[] exit
samedit -S thepdc -U admin%password -W remotedom -l log
[] use \\mylocaltngwksta -U root%rootpassword -W mylocaltngwksta
[] createuser mylocaltngw...
2019 Oct 07
2
[RFC] Propeller: A frame work for Post Link Optimizations
...;
> On Wed, Oct 2, 2019 at 1:59 PM James Y Knight via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> >
> > I'm a bit confused by this subthread -- doesn't BOLT have the exact same CFI bloat issue? From my cursory reading of the propellor doc, the CFI duplication is _necessary_ to represent discontiguous functions, not anything particular to the way Propellor happens to generate those discontiguous functions.
> >
> > And emitting discontiguous functions is a fundamental goal of this, right?
> >
> > On Wed, Oct 2, 2019 at 4:25 PM Maksim Panchenko vi...
2019 Oct 02
2
[RFC] Propeller: A frame work for Post Link Optimizations
On Wed, Oct 2, 2019 at 8:41 PM Maksim Panchenko via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> *Pessimization/overhead for stack unwinding used by system-wide profilers
> and
> for exception handling*
>
> Larger CFI programs put an extra burden on unwinding at runtime as more CFI
> (and thus native) instructions have to be executed. This will cause more
> overhead
2019 Oct 08
2
[RFC] Propeller: A frame work for Post Link Optimizations
...1:59 PM James Y Knight via llvm-dev
> > > <llvm-dev at lists.llvm.org> wrote:
> > > >
> > > > I'm a bit confused by this subthread -- doesn't BOLT have the exact same CFI bloat issue? From my cursory reading of the propellor doc, the CFI duplication is _necessary_ to represent discontiguous functions, not anything particular to the way Propellor happens to generate those discontiguous functions.
> > > >
> > > > And emitting discontiguous functions is a fundamental goal of this, right?
> > > >
> > > > On Wed, Oc...
2019 Oct 11
2
[RFC] Propeller: A frame work for Post Link Optimizations
....org>
> *Subject: *Re: [llvm-dev] [RFC] Propeller: A frame work for Post Link
> Optimizations
>
>
>
> I'm a bit confused by this subthread -- doesn't BOLT have the exact same
> CFI bloat issue? From my cursory reading of the propellor doc, the CFI
> duplication is _necessary_ to represent discontiguous functions, not
> anything particular to the way Propellor happens to generate those
> discontiguous functions.
>
>
>
> And emitting discontiguous functions is a fundamental goal of this, right?
>
>
>
> On Wed, Oct 2, 2019 at 4:25 PM Maksim Pa...
2015 Mar 01
4
scp -rp behavior(SOLVED)
On Sun, March 1, 2015 10:22 am, Richard wrote:
>
>
> ------------ Original Message ------------
>> Date: Sunday, March 01, 2015 10:44:08 -0500
>> From: Mark LaPierre <marklapier at gmail.com>
>> To: centos at centos.org, Mark LaPierre <marklapier at aol.com>
>> Subject: Re: [CentOS] scp -rp behavior(SOLVED)
>>
>> On 02/26/15 19:45, Valeri
2019 Jul 21
6
[RFC] A new multidimensional array indexing intrinsic
...een implemented as part of a GSoC effort to unify
Chapel and Polly.
- Molly, the distributed version of Polly written by Michael Kruse for his PhD
also implemented a similar scheme. In his use-case, optimistic run-time checks
with delinearization was not possible, so this kind of intrinsic was
_necessary_
for the application, not just _good to have_. More details are available
in his PhD thesis: [Lattice QCD Optimization and Polytopic
Representations of Distributed
Memory](https://tel.archives-ouvertes.fr/tel-01078440).
In particular, Chapter 9 contains a detailed discussion.
# Representation...
2019 Oct 17
2
[RFC] Propeller: A frame work for Post Link Optimizations
....org>
> *Subject: *Re: [llvm-dev] [RFC] Propeller: A frame work for Post Link
> Optimizations
>
>
>
> I'm a bit confused by this subthread -- doesn't BOLT have the exact same
> CFI bloat issue? From my cursory reading of the propellor doc, the CFI
> duplication is _necessary_ to represent discontiguous functions, not
> anything particular to the way Propellor happens to generate those
> discontiguous functions.
>
>
>
> And emitting discontiguous functions is a fundamental goal of this, right?
>
>
>
> On Wed, Oct 2, 2019 at 4:25 PM Maksim Pa...
2019 Oct 14
2
[RFC] Propeller: A frame work for Post Link Optimizations
...A frame work for Post Link
>>> Optimizations
>>>
>>>
>>>
>>> I'm a bit confused by this subthread -- doesn't BOLT have the exact same
>>> CFI bloat issue? From my cursory reading of the propellor doc, the CFI
>>> duplication is _necessary_ to represent discontiguous functions, not
>>> anything particular to the way Propellor happens to generate those
>>> discontiguous functions.
>>>
>>>
>>>
>>> And emitting discontiguous functions is a fundamental goal of this,
>>> right?...
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...unify
>> Chapel and Polly.
>>
>> - Molly, the distributed version of Polly written by Michael Kruse for his PhD
>> also implemented a similar scheme. In his use-case, optimistic run-time checks
>> with delinearization was not possible, so this kind of intrinsic was _necessary_
>> for the application, not just _good to have_. More details are available
>> in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440).
>> In particular, Chapter 9 contains a detailed di...
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...o unify
> Chapel and Polly.
>
> - Molly, the distributed version of Polly written by Michael Kruse for his PhD
> also implemented a similar scheme. In his use-case, optimistic run-time checks
> with delinearization was not possible, so this kind of intrinsic was _necessary_
> for the application, not just _good to have_. More details are available
> in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440).
> In particular, Chapter 9 contains a detailed...
2019 Jul 25
0
[RFC] A new multidimensional array indexing intrinsic
...hapel and Polly.
>>>
>>> - Molly, the distributed version of Polly written by Michael Kruse for his PhD
>>> also implemented a similar scheme. In his use-case, optimistic run-time checks
>>> with delinearization was not possible, so this kind of intrinsic was _necessary_
>>> for the application, not just _good to have_. More details are available
>>> in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440).>> In particular, Chapter 9 contains a deta...
2019 Oct 18
3
[RFC] Propeller: A frame work for Post Link Optimizations
....org>
> *Subject: *Re: [llvm-dev] [RFC] Propeller: A frame work for Post Link
> Optimizations
>
>
>
> I'm a bit confused by this subthread -- doesn't BOLT have the exact same
> CFI bloat issue? From my cursory reading of the propellor doc, the CFI
> duplication is _necessary_ to represent discontiguous functions, not
> anything particular to the way Propellor happens to generate those
> discontiguous functions.
>
>
>
> And emitting discontiguous functions is a fundamental goal of this, right?
>
>
>
> On Wed, Oct 2, 2019 at 4:25 PM Maksim Pa...
2019 Oct 22
2
[RFC] Propeller: A frame work for Post Link Optimizations
....org>
> *Subject: *Re: [llvm-dev] [RFC] Propeller: A frame work for Post Link
> Optimizations
>
>
>
> I'm a bit confused by this subthread -- doesn't BOLT have the exact same
> CFI bloat issue? From my cursory reading of the propellor doc, the CFI
> duplication is _necessary_ to represent discontiguous functions, not
> anything particular to the way Propellor happens to generate those
> discontiguous functions.
>
>
>
> And emitting discontiguous functions is a fundamental goal of this, right?
>
>
>
> On Wed, Oct 2, 2019 at 4:25 PM Maksim Pa...
2019 Jul 22
1
[RFC] A new multidimensional array indexing intrinsic
...> >
> > > - Molly, the distributed version of Polly written by Michael Kruse for his PhD
> > > also implemented a similar scheme. In his use-case, optimistic run-time checks
> > > with delinearization was not possible, so this kind of intrinsic was _necessary_
> > > for the application, not just _good to have_. More details are available
> > > in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440).
> > > In particular,...