Displaying 20 results from an estimated 86 matches for "deepest".
2011 Oct 15
2
[LLVMdev] Maximum inlining threshold
Hi,
We want to apply the deepest possible inlining to the target code. Looks like
builder.Inliner = createFunctionInliningPass(2000);
does the sufficient inlining, but what would be the best value for
threshold here? Apparently,
builder.Inliner = createFunctionInliningPass(numeric_limits<int>::max());
gives less inlining...
2003 Feb 28
2
Thanks Samba Community!!!
...mber server" today.
Read the stuff from SWAT, and it worked the first time on RH7.3, after it
failed on RH8
You folks are the best, we're struggling to stay afloat and M$ squeezes us
for more.
(RH is pushing me to Debian by the day!!!)
There will be a lot more Samba in the farm soon.
My deepest grattitude.
Respectully,
Austin Mann
2018 Sep 17
3
Obtaining the origin function for a local var after inlining
...tion a local var
originally belonged to in the source file.
E.g. when a local buffer %buf is declared in @bar(), but @bar() is
inlined into @foo(), then there's a local %buf.i in @foo(), but we
need to determine that the local came from @bar(). In the case of
nested inline functions we need the deepest one.
Is there any existing code for that? If not, which debug info
constructs do we need to look up to get this information?
https://llvm.org/docs/SourceLevelDebugging.html mentions
@llvm.dbg.addr as the source of information about a local var, but the
ToT Clang doesn't emit it. There're...
2011 Oct 15
0
[LLVMdev] Maximum inlining threshold
Hi Dmitry,
> We want to apply the deepest possible inlining to the target code. Looks like
you could give every function the alwaysinline attribute.
Ciao, Duncan.
2019 Sep 10
1
Big Thanks to all the supporters!
...knowledge, time, and passion to those in seek of help.
I would like to thank everyone who does that on this list. It often is a
hard job and it is often frustrating. And I think the strength needed to
keep up being that supportive person is not seen by many.
I thank you very much, and you have my deepest respect for your work.
With best regards,
--
Philipp Schafft (CEO/Geschäftsführer)
Telephon: +49.3535 490 17 92
Löwenfelsen UG (haftungsbeschränkt) Registration number:
Bickinger Straße 21 HRB 12308 CB
04916 Herzberg (Elster) VATIN/USt-ID:
Germany...
1999 Jan 08
1
avoiding (another) error
Dear all,
Many thanks to all who always so quickly respond with helpful hints!
Currently I am working with R 0.63.1 on SuSE 5.2 which I installed this
morning within about half an hour: my deepest compliments to the
developpers! (I had still 0.62.2 before.)
This time I am trying the following:
> xy <- list (a= c (1, 2, NA), b= c (2, 3))
> list.name <- "xy"
> get (list.name)$a [is.na (get (list.name)$a)] <- 0
Error: couldn't find function "get<-"...
2009 May 09
2
Sweave \Sexpr{} advice please
Dear List,
First off, my deepest gratitude to the Sweave developers: this tool has
improved my quality greatly.
A question in my work I use \Sexpr{} statements scalar values and the xtable
package for all manner of tables. What I'd like to do is to use a vector
inline, rather than a whole separate table. Something like:
%...
2017 Jan 08
2
dovecot-pigeonhole running external script ends with signal 11
...0 AM schreef Tobi:
>> Hi Stephan
>>
>> according to ps aux the process that segfaults is (pid 18261)
>>
>> vmail 18261 0.0 0.0 0 0 pts/0 Z 09:39 0:00 [lmtp]
>> <defunct>
>>
>> the gdb backtrace I attached to my mail was the deepest one I got
>
> That looks like it happens in Dovecot still.
>
>> @Steffen
>> the script does not chroot, at least not that I'm aware of. I checked my
>> dovecot configs and could not find any active chroot config. All
>> occurences of mail_chroot are commented...
2008 Jul 31
1
predict rpart: new data has new level
...try
to predict on a new set of data. In the new set of data, one of my x (call
Incoterm, a factor) has a new level.
I wonder why the error below appears as the guide says "For factor
predictors, if an observation contains a level not used to grow the tree, it
is left at the deepest possible node and frame$yval at the node is the
prediction. "
Many thanks.
> mod <- rpart(y~., data=data.frame(y=y,x=x), method="anova",
+ cp=0.05, minsplit=100, minbucket=50, maxdepth=5)
> predictLost <- predict(mod, newdata=data.f...
2003 Feb 07
5
File "In Use" when it's not... problem
Hi. Occasionally a problem crops up with "File already in use by another user" when it isn't !! This is usually a Lotus organiser data file which is on the RH8/Samba 2.2.7 server. I can't find a way of clearing this "Lock" except by rebooting the server... there must be a better way, any ideas ?
Thanks
Mike
---
Outgoing mail is certified Virus Free. Scanned with
2005 Jan 07
1
R 2.1 dies when some text() arguments are NULL (PR#7477)
[My very deepest apologies in advance if this is not plain text; I am
recently at a new job in a windows-based environment and have
not yet set up my favorite old (pine) system. I have tried my best to
strip all formatting from the message..]
I'm overlaying plots of tree locations mapped before and after
l...
2020 Oct 01
2
Syncing multiple sub-directories to one directory
Except some of those dir have subdir such as WhatsApp and DCIM has multiple
subdirs too. I would rather do it all with rsync though.
On Wed, Sep 30, 2020, 12:54 PM Wayne Davison <wayne at opencoder.net> wrote:
> On Tue, Sep 29, 2020 at 4:46 PM Rob Campbell wrote:
>
>> Thanks for your help. What you provided didn't work for me because that
>> still placed things in
2009 May 01
5
Layout antics
I have a strange problem with my layout file. I think it may be due to
nested partials, but removing the deepest nested partial call does not
clear the problem.
I have an application wide layout (application.html.erb) that works as
expected - loads images, javascript, css etc for my application.
So http://localhost:3000/patients --> fine
http://localhost:3000/patients/new --> fine
http://localhost:3...
2002 Mar 13
2
Dark Secret of Winbind
...have started to wonder if all these problems above might be
occuring because of numerous different samba installations. So what is the
best way to remove samba and winbind from system ? Including not so obvious
files that are spreaded throughout the system.
As an epilogue I must really express my deepest respect to the Samba Team
and whole community about sucha groundbreaking work.
With best wishes,
Juri Ahokas
Linux Certified Newbie
2019 Mar 26
2
[Piglit] X.Org GSoC 2019 - Student Application Period
Thanks for reaching out on the matter Ilia.
I am not to be relied on. If you're lucky, I might be able to take some
questions about past work, but cannot make a solid time commitment that
warrants being a mentor.
Of course, the mentor does not necessarily have to have the deepest
understanding of the subject matter. *At the end of the GSOC* a good
student should be trusted with having more knowledge on the specific
topic than the mentor. That being said, DVFS is fidgetty and the outcome
is binary (it either works or crashes your machine spectacularly), so
it's diff...
2018 Sep 19
2
Obtaining the origin function for a local var after inlining
...> -- adrian
>
> > E.g. when a local buffer %buf is declared in @bar(), but @bar() is
> > inlined into @foo(), then there's a local %buf.i in @foo(), but we
> > need to determine that the local came from @bar(). In the case of
> > nested inline functions we need the deepest one.
> >
> > Is there any existing code for that? If not, which debug info
> > constructs do we need to look up to get this information?
> >
> > https://llvm.org/docs/SourceLevelDebugging.html mentions
> > @llvm.dbg.addr as the source of information about a local...
1999 Nov 10
2
R.bug.report (PR#315)
Again I would like to express my deepest appreciation to all those
working so selflessly on the development of R for us all to use it
freely (and it is such a joy to use!)
Rashid Nassar
== Possible bug:
1.
boxplot()
This is an old behavior that I had reported before, but as it is still
there, it may not ba a bug (although it looks li...
2019 May 21
3
Debugging Samba is a total PITA and this needs to improve
...ctions = 32
>
> If you also have:
>
> winbind offline logon = yes
Will it hurt?
> Finally and what could be contributing to your problem:
>
> This could be set too high:
> winbind expand groups = 4
Why would that suddenly break after working for years, when the deepest
nesting we actually see is 1?
And going by smb.conf, at most it could lead to timeouts, which is not
the problem we're seeing?
This is *exactly* what I meant with bike shedding. "This has nothing to
do with your problem, but let's waste days on this anyway, it's not
*our* prod en...
2017 Jan 04
4
dovecot-pigeonhole running external script ends with signal 11
Hi Aki
yes I built dovecot and pigeonhole rpms in the same rpmbuild. pigeonhole
rpm is based on 0.4.14
Do you think that the error might come from self building the rpms?
Regards
tobi
Am 04.01.2017 um 08:55 schrieb Aki Tuomi:
> On 04.01.2017 09:49, Tobi wrote:
>> Hi Stephan
>>
>> Am 03.01.2017 um 21:12 schrieb Stephan Bosch:
>>
>>> Since you're using
2018 Jul 11
3
static stack depth analysis tool
...ecific details:
Interrupts:
An executing thread can be temporarily halted by an interrupt, which will
execute code on the stack of the thread it paused. This means to ensure we
find what the true worst-case stack is, we need to model the case where an
interrupt occurs while the function is at its deepest stack depth. Some
interrupts can interrupt other interrupts, therefore to accurately model
worst-case stack depth we need to build a model of how interrupts may
execute in x86-64 and aarch64, and treat them as additional entry points
which are called by every leaf function.
Motivation for analyzin...