search for: traub

Displaying 9 results from an estimated 9 matches for "traub".

Did you mean: traut
2018 Sep 10
2
linear-scan RA
> The underlying liveness datastructure is a list of ranges where each vreg is alive > (ranges in terms of instructions numbered). I remember a couple of later linear scan > papers describing the same thing (Traub et.al. being the first if I remember correctly). > That should be as accurate as you can get in terms of liveness information. It depends on the details. For example, given t0 = mumble if (something) { t2 = 3 } else { t3 = t0 + 3 print t0 } t4 = phi(t2, t3) it's clear that t2 and...
2018 Sep 10
2
linear-scan RA
How precise is the interference checking (to my mind, a great weakness of linear scan)? Is there way to do coalescing (the great strength of coloring)? I ask these questions because we (guys I work with) see loops where there's a little register juggling that seems unnecessary. Is there a paper that describes what y'all do? Thanks, Preston On Mon, Sep 10, 2018 at 9:57 AM, Matthias
2018 Sep 11
2
linear-scan RA
...<preston.briggs at gmail.com> > wrote: > > > > The underlying liveness datastructure is a list of ranges where each > vreg is alive > > (ranges in terms of instructions numbered). I remember a couple of later > linear scan > > papers describing the same thing (Traub et.al. being the first if I > remember correctly). > > That should be as accurate as you can get in terms of liveness > information. > > It depends on the details. > For example, given > > t0 = mumble > > if (something) { > t2 = 3 > } > else { > t3 =...
2005 Apr 22
1
Lower bit rates crashing ices
Hello, I'm using ices-2.0.1 as part of an experimental art/music project in which I am creating internet-based feedbackloops running between a single server running ices, and multiple servers running icecast. Part of what I'm interested in are the artifacts created through the compression process. Because of that, I'm trying to tweak ices to do the heaviest compression possible on the
2018 Sep 11
2
linear-scan RA
...>> wrote: >>> >>> >>> > The underlying liveness datastructure is a list of ranges where each vreg is alive >>> > (ranges in terms of instructions numbered). I remember a couple of later linear scan >>> > papers describing the same thing (Traub et.al <http://et.al/>. being the first if I remember correctly). >>> > That should be as accurate as you can get in terms of liveness information. >>> >>> It depends on the details. >>> For example, given >>> >>> t0 = mumble >>&...
2018 Sep 11
2
linear-scan RA
...e: > >> > >> > >> > The underlying liveness datastructure is a list of ranges where each > vreg is alive > >> > (ranges in terms of instructions numbered). I remember a couple of > later linear scan > >> > papers describing the same thing (Traub et.al. being the first if I > remember correctly). > >> > That should be as accurate as you can get in terms of liveness > information. > >> > >> It depends on the details. > >> For example, given > >> > >> t0 = mumble > >> &gt...
2018 Sep 11
2
linear-scan RA
...gt; > >> >> > The underlying liveness datastructure is a list of ranges where > each vreg is alive > >> >> > (ranges in terms of instructions numbered). I remember a couple of > later linear scan > >> >> > papers describing the same thing (Traub et.al. being the first if > I remember correctly). > >> >> > That should be as accurate as you can get in terms of liveness > information. > >> >> > >> >> It depends on the details. > >> >> For example, given > >> >&gt...
2018 Sep 11
2
linear-scan RA
...gt;>>>>>>> The underlying liveness datastructure is a list of ranges where each vreg is alive >>>>>>>> (ranges in terms of instructions numbered). I remember a couple of later linear scan >>>>>>>> papers describing the same thing (Traub et.al. being the first if I remember correctly). >>>>>>>> That should be as accurate as you can get in terms of liveness information. >>>>>>> >>>>>>> It depends on the details. >>>>>>> For example, given >&gt...
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...ently not the case. Perhaps it hasn't been updated for 10.4 yet? In any case, I have included the output from both the DP install and the manual install below. If anyone has any suggestions as to how to get this working, I would be most grateful. Many thanks in advance. Best Regards, Peter Traub ps. the DarwinPort is for Ices 2.0.0, and the manual build is for 2.0.1 -------------------- Darwin Ports Attempt -------------------------- napoleon:~/Desktop peter$ sudo port install ices2 ---> Configuring ices2 ---> Building ices2 with target all Error: Target com.apple.build returned...