Displaying 12 results from an estimated 12 matches for "davidt".
Did you mean:
david
2010 Sep 14
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
...ate
language called 'Cmm' that basically a lower level C like language.
I've written a new paper about my experiences using LLVM with my
supervisor, Manuel Chakravarty that I'll be presenting in a few weeks
at the Haskell Symposium. You can grab it here:
http://www.cse.unsw.edu.au/~davidt/papers.html
Cheers,
David
2010 Mar 02
9
DO NOT REPLY [Bug 7194] New: Getting --inplace and --sparse to work together
https://bugzilla.samba.org/show_bug.cgi?id=7194
Summary: Getting --inplace and --sparse to work together
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jansen at
2013 Sep 27
6
[Bug 10170] New: rsync should support reflink similar to cp --reflink
https://bugzilla.samba.org/show_bug.cgi?id=10170
Summary: rsync should support reflink similar to cp --reflink
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: samba at shubin.ca
2010 Sep 13
4
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi,
are there any attempts to use LLVM in graph-rewriting (term-rewriting)
language implementations?
How good is LLVM for this?
E.g., is it natural to expect that the LLVM-based implementation of the
language Concurrent Clean be any faster than its reference implementation?
Best regards
--
Valery A.Khamenya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Feb 21
0
[LLVMdev] glasgow haskell appears to be adopting LLVM
...s see them as the more promising and interesting future
than using GCC.
Oh by the way (probably should have posted this a while ago but just
lost track of it) here is my honours thesis paper that I wrote about the
LLVM back-end for GHC for the interested:
http://www.cse.unsw.edu.au/~pls/thesis/davidt-thesis.pdf
~ David
2010 Feb 20
2
[LLVMdev] glasgow haskell appears to be adopting LLVM
On Feb 19, 2010, at 13:09, Chris Lattner wrote:
> On Feb 19, 2010, at 11:33 AM, james woodyatt wrote:
>>
>> Let us all now give a warm welcome to our new Haskell comrades!
>
> Very nice, care to add a GHC entry to the LLVM Users page?
I'll prepare a patch that could be applied when the merge is formally released by the GHC developers.
—
j h woodyatt <jhw at
2010 Feb 22
2
[LLVMdev] glasgow haskell appears to be adopting LLVM
...d interesting future
> than using GCC.
>
> Oh by the way (probably should have posted this a while ago but just
> lost track of it) here is my honours thesis paper that I wrote about the
> LLVM back-end for GHC for the interested:
>
> http://www.cse.unsw.edu.au/~pls/thesis/davidt-thesis.pdf
>
> ~ David
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2010 Feb 22
0
[LLVMdev] glasgow haskell appears to be adopting LLVM
...t; than using GCC.
>>
>> Oh by the way (probably should have posted this a while ago but just
>> lost track of it) here is my honours thesis paper that I wrote about the
>> LLVM back-end for GHC for the interested:
>>
>> http://www.cse.unsw.edu.au/~pls/thesis/davidt-thesis.pdf
>>
>> ~ David
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
> __________________________...
2003 Aug 19
4
FreeBSD-5.1 and X
At a shell prompt, I type "X"
what I get is a blue window with a white cross
(my mouse pointer) and nothing else.
If I type "startx" I get the expected KDE
Thank you,
Douglas V.
2013 Sep 14
1
Rara data corruption with --sparse
Hi,
In fileio.c, function write_sparse() there is a bug that can lead
to corrupt copies if the write() call only completes partially.
for (l1 = 0; l1 < len && buf[l1] == 0; l1++) {}
for (l2 = 0; l2 < len-l1 && buf[len-(l2+1)] == 0; l2++) {}
sparse_seek += l1;
if (l1 == len)
return len;
if (sparse_seek)
2003 Aug 03
7
Forensics CD Toolkit for FreeBSD
Hi,
I'd like to build a toolkit CD specifically for conducting
forensics on FreeBSD. I'm not talking about a bootable
CD but rather one that I could pop into a CD ROM drive
and run trusted commands like ps, netstat, ls, etc., from.
I'd like to build a CD that would work on -RELEASE versions
of FreeBSD like 5.1 and -STABLE versions of FreeBSD too.
Can anyone give me any pointers
2003 Aug 03
7
Forensics CD Toolkit for FreeBSD
Hi,
I'd like to build a toolkit CD specifically for conducting
forensics on FreeBSD. I'm not talking about a bootable
CD but rather one that I could pop into a CD ROM drive
and run trusted commands like ps, netstat, ls, etc., from.
I'd like to build a CD that would work on -RELEASE versions
of FreeBSD like 5.1 and -STABLE versions of FreeBSD too.
Can anyone give me any pointers