search for: flashier

Displaying 7 results from an estimated 7 matches for "flashier".

Did you mean: flasher
2007 Mar 22
2
[LLVMdev] Google SOC - Fortran Front-End Application
...an emit an optimized C representation of the original program, or use a Just-In-Time compiler to interpret the program on a variety of platforms. To claim Fortran is mature is an understatement. In use for over 50 years, Fortran is utilized in a wide variety of legacy code bases. While younger and flashier languages get all the press, Fortran still enjoys wide usage in many scientific fields and other businesses—especially when legacy code is involved. Additionally, the SPEC CPU2000 and CPU2006 suite of benchmarks, both of which contain Fortran components, are widely used as performance evaluation to...
2018 Mar 22
0
[PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers
...r. >> Otherwise drivers will reintroduce similar code, despite the WARNs and >> beefy documentation :-\ > > Wouldn't that require an atomic conversion of all remaining drivers? > That or maybe move into plane->legacy->{fb,crtc}. Feel free to swap 'legacy' with flashier name. Hmm back in 2015 we had a GSoC that updated BOCHS and CIRRUS drivers, but they never got merged. Don't recall the details - from memory the conversion seemed fine, but there was either shortage on review/other. Might be worth reviving that... regardless it's getting a bit off-topic....
2005 Jan 31
1
Call recorder based on *
Hello, This request was initally sent to the -dev list, but I was advised to try rather here, thanks Steve. Here is the story: I was asked by a call center company to find a solution of an affordable multichannel system for recording their agents calls. Their basic demand is to handle recording of up to 60 simultaneous telephone calls. There are many sophisticated recording systems available
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
...an emit an optimized C representation of the original program, or use a Just-In-Time compiler to interpret the program on a variety of platforms. To claim FORTRAN is mature is an understatement. In use for over 50 years, FORTRAN is utilized in a wide variety of legacy code bases. While younger and flashier languages get all the press, FORTAN still enjoys wide usage in many scientific fields and other businesses—especially when legacy code is involved. The implementation of a FORTAN front end would benefit both the FORTRAN user-base and the LLMV project. The scientific uses of FORTRAN—along with its...
2007 Mar 19
5
[LLVMdev] Google SOC - Idea
Getting the front end for Fortran finished is definitely something I would be interested in working on. I will draft up a little proposal and send it out to this list. -Scott On 3/19/07, Kenneth Hoste <kenneth.hoste at ugent.be> wrote: > Hi Scott, > > On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote: > > > Hi, > > > > I noticed that LLVM had signed up as a
2018 Mar 22
8
[PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers
From: Ville Syrj?l? <ville.syrjala at linux.intel.com> I really just wanted to fix i915 to re-enable its planes afer load detection (a two line patch). This is what I actually ended up with after I ran into a framebuffer refcount leak with said two line patch. I've tested this on a few i915 boxes and so far it's looking good. Everything else is just compile tested. Entire series
2018 Mar 22
8
[PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers
From: Ville Syrj?l? <ville.syrjala at linux.intel.com> I really just wanted to fix i915 to re-enable its planes afer load detection (a two line patch). This is what I actually ended up with after I ran into a framebuffer refcount leak with said two line patch. I've tested this on a few i915 boxes and so far it's looking good. Everything else is just compile tested. Entire series