Displaying 10 results from an estimated 10 matches for "getr".
Did you mean:
get
2018 Sep 17
1
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
...for 32-bit time_t
> and will have a working non-vdso sys_clock_getttime64().
In principle consolidating all those implementations should be possible to
some extent and probably worthwhile. What's arch specific are the actual
accessors to the hardware clocks.
> I also wonder about clock_getres(): half the architectures seem to implement
> it in vdso, but notably arm32 and x86 don't, and I had not expected it to be
> performance critical given that the result is easily cached in user space.
getres() is not really performance critical, but adding it does not create
a huge prob...
2009 Oct 26
1
[LLVMdev] RegAllocSimple doesn't work
...et(c)
char c;
{
return ( c == LITCHAR || c == BOL || c == EOL || c == ANY
|| c == CCL || c == NCCL || c == CLOSURE);
}
int
makepat(arg, start, delim, pat)
char *arg;
int start;
char delim;
char *pat;
{
int result;
int i, j, lastj, lj;
bool done, junk;
bool getres;
char escjunk;
j = 0;
i = start;
lastj = 0;
done = false;
while ((!done) && (arg[i] != delim) && (arg[i] != ENDSTR)) {
lj = j;
if ((arg[i] == ANY))
junk = addstr(ANY, pat, &j, MAXPAT);
else if ((arg[i] == BOL) && (i == start))
junk...
2009 Oct 22
0
[LLVMdev] request for help writing a register allocator
Hi Susan,
> But this doesn't seem to be happening; the stores to memory are there but
> the loads are not.
>
> Any ideas what's going wrong?
Are you using VirtRegMap::addSpillPoint and VirtRegMap::addRestorePoint ? If
not you may need to add calls to them to let the rewriter know where to
insert the loads/stores.
> If not, any advice on how to generate the loads
2009 Oct 22
4
[LLVMdev] request for help writing a register allocator
I found the problem! My generated code is spilling correctly but is not
reloading at all. For example, if the original code has the equivalent of
this (where %1024 is a virtual reg):
%1024 = xxx
...
yyy = %1024
and I find no physical register for %1024, then I assign it to physical
register %edi and to a stackslot. That creates code like this:
%edi = xxx
store from %edi to the
2015 May 04
0
Version 3.16-0 of Hmisc now on CRAN
...) with
suppressWarnings() (thanks: Yihui)
* arrGrob, print.arrGrob: new functions
* wtd.var: added maximum likelihood method, fixed unbiased method,
improved documentation (all provided by Benjamin Tyner)
* Changed all any(duplicated()) to anyDuplicated(); thanks Benjamin
Tyler
* getRs: new function to interact with
https://github.com/harrelfe/rscripts
* knitrSet: new function to setup knitr with nice defaults for books
etc.
* rcorr: fixed sensing of NAs and diagonal elements of n matrix;
thanks: Keith Jewell, Campden BRI Group; similar for hoeffd
--
-------------...
2015 May 04
0
Version 3.16-0 of Hmisc now on CRAN
...) with
suppressWarnings() (thanks: Yihui)
* arrGrob, print.arrGrob: new functions
* wtd.var: added maximum likelihood method, fixed unbiased method,
improved documentation (all provided by Benjamin Tyner)
* Changed all any(duplicated()) to anyDuplicated(); thanks Benjamin
Tyler
* getRs: new function to interact with
https://github.com/harrelfe/rscripts
* knitrSet: new function to setup knitr with nice defaults for books
etc.
* rcorr: fixed sensing of NAs and diagonal elements of n matrix;
thanks: Keith Jewell, Campden BRI Group; similar for hoeffd
--
-------------...
2007 May 19
7
Puppet Trac throwing errors again for documentation pages
Hi,
https://reductivelabs.com/trac/puppet/wiki/DocumentationStart
https://reductivelabs.com/trac/puppet/wiki/PuppetIntroduction
https://reductivelabs.com/trac/puppet/wiki/PuppetMasters
https://reductivelabs.com/trac/puppet/wiki/PuppetBestPractice
- Max
2018 Sep 14
24
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
Matt attempted to add CLOCK_TAI support to the VDSO clock_gettime()
implementation, which extended the clockid switch case and added yet
another slightly different copy of the same code.
Especially the extended switch case is problematic as the compiler tends to
generate a jump table which then requires to use retpolines. If jump tables
are disabled it adds yet another conditional to the existing
2018 Sep 14
24
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
Matt attempted to add CLOCK_TAI support to the VDSO clock_gettime()
implementation, which extended the clockid switch case and added yet
another slightly different copy of the same code.
Especially the extended switch case is problematic as the compiler tends to
generate a jump table which then requires to use retpolines. If jump tables
are disabled it adds yet another conditional to the existing
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...IF or PNG format).
</ins><span class="cx">
</span><del>-Eventually Image handlers will set the palette if one exists in the image file.
</del><span class="cx">
</span><del>-
</del><span class="cx"> h3(#Image_getred). Image#get_red
</span><span class="cx">
</span><span class="cx"> Integer *get_red*(%(arg-type)Integer% x, %(arg-type)Integer% y)
</span><span class="lines">@@ -607,7 +666,7 @@
</span><span class="cx">
<...