Displaying 4 results from an estimated 4 matches for "262150".
Did you mean:
22150
2010 Dec 13
3
Slow I/O on ocfs2 file system
Hello,
I have found, that ocfs2 is very slow when doing I/O operation without
cache. See a simple test:
ng-vvv1:~# dd if=/data/verejna/dd-1G bs=1k | dd of=/dev/null
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB) copied, 395.183 s, 2.7 MB/s
2097152+0 records in
2097152+0 records out
1073741824 bytes (1.1 GB) copied, 395.184 s, 2.7 MB/s
The underlying block device is quite
1998 Dec 16
0
durbin-watson-test
Hello everyone, a simple quaestion:
Are there regression diagnostics for autocorrelation like the
durbin-watson-test in R?
Wouldn't this be usefull?
CHRISTOPH
*********************************************************
Christoph Kalinowski
Catholic University of Eichstaett
Department of Business Administration
Auf der Schanz 49
D-85049 Ingolstadt
Germany
Phone: (++)-841-937-1847 (my office)
2016 Aug 29
4
www-pubs
Folks,
I just added two publications to www-pubs (r280004), as it used to be,
but it seems the results are not up yet:
http://llvm.org/pubs/
Also, my SVN www-pubs seems to only have papers up to 2012, while the
page has it up to 2015.
I'm confused, what's the right way to update pubs nowadays?
cheers,
--renato
2013 Jan 14
2
[LLVMdev] Troubleshooting Internal Garbage Collection
...unwind
{
%result = or i32 %alpha, 262148
ret i32 %result
}
define i32 @foo_xor32(i32 %alpha) nounwind
{
%result = xor i32 %alpha, 262149
ret i32 %result
}
define i32 @foo_and32(i32 %alpha) nounwind
{
%result = and i32 %alpha, 262150
ret i32 %result
}
; Testing commutivity of add operation.
define i32 @foo_reverse_add32(i32 %alpha) nounwind
{
%result = add nsw i32 262151, %alpha
ret i32 %result
}
Previously, I had been testing with only one routine per test .ll file, but
I thought...