search for: lazyli

Displaying 4 results from an estimated 4 matches for "lazyli".

Did you mean: lazyly
2015 Apr 27
3
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote: > On Mon, Apr 27, 2015 at 11:16 AM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > You should read the GPL and get help to understand it. The GPL does not forbid > > this linking. In contrary, the GPOL allows any GPLd program to be linked > > against any library under and
2015 Apr 27
0
Real sh? Or other efficient shell for non-interactive scripts
On Mon, Apr 27, 2015 at 11:57 AM, Joerg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote: > >> >> You can't distribute GPLd programs unless 'the work as a whole' is >> covered by the GPL. There can't be a distinction between binary and >> source since one is derived from the other. > > Now you just need to understand what "as a
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote: > On Mon, Apr 27, 2015 at 10:46 AM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > And the problem is the GPL. I recommend you to work on making all GPL code > > freely combinable with other OSS. > > Of course the problem it the GPL. Glad you recognize that. It's >
2020 Jan 03
10
Writing loop transformations on the right representation is more productive
In the 2018 LLVM DevMtg [1], I presented some shortcomings of how LLVM optimizes loops. In summary, the biggest issues are (a) the complexity of writing a new loop optimization pass (including needing to deal with a variety of low-level issues, a significant amount of required boilerplate, the difficulty of analysis preservation, etc.), (b) independent optimization heuristics and a fixed pass