search for: offshoot

Displaying 20 results from an estimated 27 matches for "offshoot".

2007 Apr 03
2
[LLVMdev] LLVA and WCET Analysis
...to execute a bunch of LLVA instructions on particular processor) >> for the LLVA. I am glad about every pointer I can get. > > If you are asking about LLVA not LLVM, see > http://llvm.org/pubs/2006-06-18-WIOSCA-LLVAOS.html > > LLVA specifically is refering to a research project offshoot of llvm. > LLVM instructions do not have 1:1 mappings to native instructions > (sometimes multiple llvm instructions map to fewer native insts, > sometimes the other way around). That's correct, and furthermore, LLVA (now called SVA = Secure Virtual Architecture) uses essentially th...
2006 Aug 23
2
new plugin: "redbox", a lightbox/thickbox clone with nice rails integration
Hi folks, I''ve written a little plugin to use for displaying a block of html over a page while fading out the background. This is like the lightbox.js library, and all it''s related offshoots (thickbox, greybox, etc.). My plugin, Redbox, is not really any better than these others (in fact, it''s less mature, and less tested), but it builds on prototype and scriptaculous, is available as a rails plugin, provides easy to use helpers, and unlike the other libraries, works very wel...
2009 Jul 18
0
[LLVMdev] speed and code size issues
...s a bit of effort to prune stupid programs, such as those that attempt to shift by <0 or >=bitwidth. > In summary, do you have any paper coming along? :) We intend to write one but I'm waiting to see what aspects of this turn out to be interesting or useful! Really this is just an offshoot from our random testing work where DFS provides an alternative way to drive the program generator. John Regehr
2007 Apr 02
2
[LLVMdev] LLVA and WCET Analysis
Hello everybody, I'm curious whether there have been any attempts to perform performance analysis on the LLVA level. I am interested in the derivation of flow-facts (loop bounds etc. - what about the value-range-propagation pass I read about on this list some time ago) but even more I am interested in exec-time modeling (how long does it take to execute a bunch of LLVA instructions on
2007 Apr 03
0
[LLVMdev] LLVA and WCET Analysis
...how long does it > take to execute a bunch of LLVA instructions on particular processor) > for the LLVA. I am glad about every pointer I can get. If you are asking about LLVA not LLVM, see http://llvm.org/pubs/2006-06-18-WIOSCA-LLVAOS.html LLVA specifically is refering to a research project offshoot of llvm. LLVM instructions do not have 1:1 mappings to native instructions (sometimes multiple llvm instructions map to fewer native insts, sometimes the other way around). Andrew
2007 Apr 03
0
[LLVMdev] LLVA and WCET Analysis
> > LLVA specifically is refering to a research project offshoot of llvm. > > LLVM instructions do not have 1:1 mappings to native instructions > > (sometimes multiple llvm instructions map to fewer native insts, > > sometimes the other way around). > > That's correct, and furthermore, LLVA (now called SVA = Secure > Virtual Archit...
2014 Nov 02
2
lss broken when upgraded 4.05 to 6.03
Hi, I have just joined the list. I am the original creator of Puppy Linux, now letting other guys take the reins, and I am working on a fork of Puppy called Quirky Linux, where I try various experimental ideas. Up until now, in Puppy and all offshoots, we have used syslinux 4.05 or older. Over the last few days I have been testing 6.03 (using the binary DEBs from Ubuntu 14.10 Utopic Unicorn), and it works, except that the LSS boot image does not display. Everything is as we have been doing it for years. There is a syslinux.cfg, a boot message...
2009 Mar 29
0
[LLVMdev] GSoC 2009 application
...m instructions can only define a single value (in fact, LLVM's Instruction class is an indirect subclass of the Value class), and this assumption is ingrained in LLVM. It doesn't sound like you're prepared to update the entire LLVM codebase to be built on SSI -- you want to make SSI an offshoot of the SSA form, and that's hard to accomodate as that means every pass will have to know about and support SSI form, not just the ones you write. Does SSI bring anything to SSA that cannot be expressed in a structure outside of the SSA encoding, if your goal is to implement the two applicati...
2009 Mar 27
2
[LLVMdev] GSoC 2009 application
Dear LLVM Community, I'm a Computer Science master student at UFMG, Brasil. I'm interested in taking part on Google Summer of Codes 2009. My idea is not on the LLVM list, but I have written a project description to make my intentions clear. My project is attached as a pdf file. Regards, -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct
2010 Sep 04
1
Bug#595531: xen-utils-common: boot="d" does not boot from CD (documentation issue?)
Package: xen-utils-common Version: 4.0.0-1 Severity: normal This is an offshoot of Bug#588888, but is really a separate issue. It appears that with hvmloader, the disk device names presented to the vm must by from a specific set that hvmloader knows how to emulate. Names like hd[a-c] and sd[a-c] work, but sr0 does not. While this makes sense, when you think about what hvmloa...
2009 Jul 18
2
[LLVMdev] speed and code size issues
Very interesting study! However as others have asked, I would like to see some aggregated data. Also, how do you verify that the generated code is correct? How are you systematically generating these tests? In summary, do you have any paper coming along? :) Thanks, Nuno ----- Original Message ----- From: "John Regehr" <regehr at cs.utah.edu> To: "LLVM Developers Mailing
2009 Mar 29
3
[LLVMdev] GSoC 2009 application
...= \phi(x0) x2 = \phi(x0) This comes from the fact that the sigma function, like the phi, function has the semantic that the copies are done on the edges. > > It doesn't sound like you're prepared to update the entire LLVM codebase to > be built on SSI -- you want to make SSI an offshoot of the SSA form, and > that's hard to accomodate as that means every pass will have to know about > and support SSI form, not just the ones you write. That would just be SSA with some other properties (like there could be a pass to transform SSA into Conventional SSA, ie CSSA, a pass cou...
2005 Apr 21
3
Objects in R
...iews, but... There are real disadvantages to the "objects-as-C-structs" and functions/methods which "mutate" based on argument type. i.e. S4. (1)Novices simply don't understand it. Students are trained in "standard" object-oriented technique and this wonkish offshoot(puritanical functional programming) just increases the information costs to using R and thus decreases the demand. (2)Large frameworks benefit from serializable/storable objects which contain both functionality and modifiable values. S4 stores "class" information and R.oo does not upo...
2015 Aug 23
1
Some questions
...past threads :( I will have to ask on the Centos-arm list about a sernet build. > > I know nothing about the Cubieboard but I presume it is somewhat > similar to the rpi and I do know you can run a samba4 DC on that, but > all the howtos seem to want you to use raspbian, a debian offshoot, > are you totally fixed on using fedora? rpi2. That is the rpi is an armv5 and the rpi2 is an armv7. I won't get into all that is going on in building standard images forarmv7 boards. Other than so far, the rpi people still do remixes. Others are working on close integration with t...
2015 Aug 23
2
Some questions
After years of delays and side trips, I really am going to dive in and build my own Samba server. And I have a few questions. All of my servers will be ARM. The main hardware will be Cubieboards (2 and truck). They will be running Centos-7 once the development is finished. For now I am using Fedora 22 arm. My backup file server will be a pogoplug (armv5) with Redsleeve 7.1. My current
2014 Nov 02
0
lss broken when upgraded 4.05 to 6.03
> Hi, > I have just joined the list. > > I am the original creator of Puppy Linux, now letting other guys take > the reins, and I am working on a fork of Puppy called Quirky Linux, > where I try various experimental ideas. > > Up until now, in Puppy and all offshoots, we have used syslinux 4.05 or older. > > Over the last few days I have been testing 6.03 (using the binary DEBs > from Ubuntu 14.10 Utopic Unicorn), and it works, except that the LSS > boot image does not display. > > Everything is as we have been doing it for years. There is...
2005 Jun 09
0
[LLVMdev] rpm spec file problem
...initial 'make' but it fails also; by 'fail' I mean that the files are installed in the usual location (e.g. /usr/local) and not the alternative DESTDIR. In testing, I've found that the DESTDIR argument works for other builds and installs I tried. My OS is Scientific Linux (an offshoot of Redhat Enterprise) using a 2.6.9 kernel version. I'd appreciate any advice you have. I am not an expert in rpmbuild and constructing spec files, but I'll give things a shot if you have ideas. Thanks. -g
2005 Jun 23
4
System Imaging
I am using Samba 3.0.20pre1 as a DC and I want to know if there is something similar to Deep Freeze www.faronics.com (except open source) for Linux. Deep Freeze automatically compares the software installation on a client machine to an image on a server. If the client machine differs, the client is automatically synced with the server. I want to achieve this with Samba and a linux tool if
2006 May 17
2
no route to host
Hello, First of all sorry for my English. I am experiencing with Samba and I have a problem. I have an old server (OLD) with Red Hat 9 and Samba 2.2.7a that is working well. Now I try to start up a new server (NEW) with Red Hat Enterprise 4 and Samba 3.0.22. If I try to connect from NEW to itself by using smbclient I got the shared resources list correctly. If I try to connect to NEW from OLD,
2015 Aug 23
0
Some questions
...ld samba 4 yourself but I don't think you can get the exact sources to build the Sernet packages. I know nothing about the Cubieboard but I presume it is somewhat similar to the rpi and I do know you can run a samba4 DC on that, but all the howtos seem to want you to use raspbian, a debian offshoot, are you totally fixed on using fedora? > > My domain is htt-consult.com, and it is really no problem to create a > subdomain of home.htt-consult.com. But I would really like to run my > domain as home.htt as I do with ClearOS right now and I did some time > back with Amahi. O...