search for: whirl

Displaying 20 results from an estimated 221 matches for "whirl".

2009 Feb 12
2
Solaris and zfs versions
We''ve been experimenting with zfs on OpenSolaris 2008.11. We created a pool in OpenSolaris and filled it with data. Then we wanted to move it to a production Solaris 10 machine (generic_137138_09) so I "zpool exported" in OpenSolaris, moved the storage, and "zpool imported" in Solaris 10. We got: Cannot import ''deadpool'': pool is formatted
2010 Jul 01
2
[LLVMdev] Qualitative comparisons between Open64 and llvm
...I have been working towards developing compiler optimization tools targeting multi core processors while using LLVM IR as the starting point and building on top of the analysis and optimization passes available in the llvm source. Recently, I looked into Open64 and its intermediate representation WHIRL. Documentation for developers to use Open64 seems to be inadequate (when compared to LLVM documentation). I am planning to download the source and look into it. I was wondering if anyone has worked with both LLVM and Open64 and has some qualitative comparisons between the two. Maybe, in terms of (...
2012 Nov 22
2
[LLVMdev] Disable loop unroll pass
...p into hwloop, we need the help from optimizer. For > example, > | > while(k3>=10){ > sum+=k1; > k3 --; > } > | > > into the form:|| > > | > zdl_loop(k3-9) { > sum+=k1; > } > | > > So, we introduce a new ZDLBR whirl(open64 optimizer intermediate) > operator, which represents the loop in whirl as:|| > > | > LABEL L2050 0 {line: 0} > LOOP_INFO 0 1 1 > I4I4LDID 73 <1,2,.preg_I4> T<4,.predef_I4,4> # k3 > I4I4LDID 77 <1,2,.preg_I4> T<4,.predef_I4,4> # <preg&g...
2010 Jul 02
0
[LLVMdev] Qualitative comparisons between Open64 and llvm
.... It is now supported by AMD, HP, ICT Chinese Academy of Science, etc. and has been ported to X86, Itanium, Loongson CPU etc. And to your questions 1, Open64 already have some main optimization phases, Inline for aggressive inline opt. LNO for loop opt, WOPT for machine independent opt( transform WHIRL to SSA , do opt, and transform back to WHIRL), CG for basic block control flow and target specific opt. You can add your passes depend on what your opt is. 2, Open64 has dump_* function and traces to get plenty of debugging information. It is very helpful for developers, According to my experi...
2005 Jun 20
5
vorbis-tools release
With the recent build system fixes and the addition of theora support to ogginfo, I'm thinking vorbis-tools is ready for release. Can people please give current svn head a whirl and report any remaining problems? I also understand from Mike that the new CBR mode support in oggenc requires a bugfix that's in the vorbis svn head, so we'll need to release that at the same time. About time, -r
2010 Oct 08
4
Syslinux 4.03-pre4 - Release Candidate
Trying to get at least my backlog of bug fixes out... I'm hoping to do a 4.03 next week. Please help by: a) giving it a whirl; b) letting me know if I have missed any low-risk bugfixes. Gene: I did not include your UI branch in this release, because it made me a bit nervous... poke me on IRC when you have a chance. -hpa
2013 Apr 25
0
[LLVMdev] Proposal for new Legalization framework
...ious advantage of using MachineInstrs is that they would make it easier to do low-level manipulations. Also, doing legalization on MachineInstrs would mean avoiding having LLVM-IR-level optimization passes which lower the IR, which has historically been a design goal of LLVM. The approach taken in WHIRL, which has a lot of advantages, is exactly to lower the IR. It seems strange that in the back end we have Machine* classes that correspond very closely to IR equivalents, but which don't share any code and often have subtly different interfaces. The approach taken in WHIRL is to progressively...
2008 Feb 01
3
Which version of Ruby for Rails 2.0.2?
I''m using ruby 1.8.6 p111. But some people seem to think that version 1.8.5 is better. Should I give it a whirl? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2012 Nov 22
0
[LLVMdev] Disable loop unroll pass
...izer is for that it is a trouble to discriminate trip counting code with the real production code stuff and do the elimination in cg, we have to write customized code to handle this general stuff in ervey targets. So, we take the help from optimizer DCE, make the trip count code hidden in emitted whirl, that greatly simply the design, especially interact with cg unroll, you can see the code, we add validity check functionality , but the code reduced, more stable. Gang 在 2012-11-23,3:17,Shuxin Yang <shuxin.llvm at gmail.com> 写道: > Hi, Gang: > > I remember there were differen...
2010 Jan 22
3
[LLVMdev] Exception handling question
...tely see the personality function in the exception headers > and it's definitely not being called. > - If i replace "throw 1" with "result = _Unwind_RaiseException" then > result is 5 - i.e. END_OF_STACK. want to send us your testcase code? Then we can give it a whirl. Ciao, Duncan.
2011 Mar 18
4
Inventory service and dashboard 1.1.0 rc1
I just set up the latest dashboard release candidate in hopes of trying out the new inventory service. After modifying the puppet- dashboard config to use the inventory service and after changing my auth.conf I gave it a whirl but ran into some issues.. I initially tried using fact_terminus = yaml and was able to do some queries via curl. I''m currently using storeconfigs so setting up another database for the inventory service was pretty easy, however when I set fact_terminus to ''inventory_active_recor...
2019 Feb 25
2
AD-DC samba_gpoupdate failing
Hi, I just upgraded to 4.8.9 and decided to give the samba_gpoupdate feature a whirl. However, it fails. The line that's failing is "gpos = ads.get_gpo_list(creds.get_username())" returning None. This is probably a failure, since it should otherwise return an empty list (if there were no gpos to return). But there is no output to indicate what may be failing. I have...
2001 Jan 22
3
beta4 merge
Monty merged his branch onto mainline. mainline is now beta4. Give it a whirl, test the crap out of it, etc. I've got about 20-30 emails full of minor patches and a few big patches for build system stuff, so for those of you who were waiting on me, I haven't forgotten and will be getting to those in the next few days. If all goes well, we'll be tagging beta4 an...
2001 Jan 22
3
beta4 merge
Monty merged his branch onto mainline. mainline is now beta4. Give it a whirl, test the crap out of it, etc. I've got about 20-30 emails full of minor patches and a few big patches for build system stuff, so for those of you who were waiting on me, I haven't forgotten and will be getting to those in the next few days. If all goes well, we'll be tagging beta4 an...
2008 Mar 25
2
GIT Procedure with Rails
Just started a new project and I''ve decided to give GIT a whirl to see if I like it. The first thing that has me stumbling a little is the best way to add files to a git repository when you generate a new model/scaffold/ controller. Let''s say I add a new scaffold, which creates a dozen files or so. I know I can ''git add path/to/file''...
2014 May 23
3
USB-3.0 on C6.5 ??
...orage devices in Centos 6.5?? I just got one of these: http://www.newegg.com/Product/Product.aspx?Item=N82E16817332028 it does either esata or USB 3.0. My new motherboard (ASUS M5A99X EVO R2.0) supports both, so I've tried both (of course, can't have a feature without at least giving it a whirl! :)). esata seems to work fine, I can copy gigs 'n gigs of data to it using the esata connection. however, with USB3 it works for a bit then something goes wonky... After copying some hundreds of megabytes (and I don't know if it is a consistent number or not) suddenly my C6 box starts rep...
2017 Jan 30
2
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
...entally, already found that one and I'm trying it currently on one of the boxes. So far there's been no issues, but it's only been since Friday. Also, I found this: https://xen.crc.id.au/support/guides/install/ There's a 4.4 kernel here built for Xen Dom0, which I'm giving a whirl to see how stable it is, also only since Friday. I'm not using anything else he's packaged from his repo. On a related note, does the SIG have plans to replace the 3.18 kernel which is marked as projected EOL of January 2017 (https://www.kernel.org/category/releases.html)? -- Kevin Stan...
2006 Jan 11
2
RE: extending the Element.prototype to provide asetAttributes function
No comment on the usefulness of your function, as I''ve yet to try it. But for the "this" scope problem, try this... (removed your var and added the bind(this) after the function declaration. I didn''t test it though so you might want to give it whirl. It might introduce a different scope problem with the "attr" var but I think it should work. Object.extend(Element.prototype, { setAttributes: function(attrs) { $H(attrs).each( function(attr) { this.setAttribute(attr[0], attr[1]); }.bind(this)); } }); -----Original Me...
2008 Mar 14
6
Command and Conquer Generals
I am unable to run Generals, or Generals: Zero Hour with wine. The splash screen comes up, but then it says it cannot locate the DVD - which is in the drive and it actually whirls up to speed when the splash screen starts... Any ideas?
2012 Nov 22
0
[LLVMdev] Disable loop unroll pass
...er for open64 hwloop structure, but I am not a student. Hope the following helps: To transform a loop into hwloop, we need the help from optimizer. For example, while(k3>=10){ sum+=k1; k3 --; } into the form: zdl_loop(k3-9) { sum+=k1; } So, we introduce a new ZDLBR whirl(open64 optimizer intermediate) operator, which represents the loop in whirl as: LABEL L2050 0 {line: 0} LOOP_INFO 0 1 1 I4I4LDID 73 <1,2,.preg_I4> T<4,.predef_I4,4> # k3 I4I4LDID 77 <1,2,.preg_I4> T<4,.predef_I4,4> # <preg> END_LOOP_INFO I4I4LDID 74 <1,2,...