search for: polination

Displaying 6 results from an estimated 6 matches for "polination".

Did you mean: pollination
2015 Apr 21
2
[LLVMdev] Function calls only being JIT'd once by Kaleidoscope with MCJIT?
...starting point to re-write the old tutorials. > Then we'd have an interesting bifurcation part way through the tutorial > series: Go one way and add new language features on top of the simple JIT, > or go another and add features to the JIT while keeping the language steady. > Cross-polination of the two branches (new JIT features + new language > features) could be handled in future tutorials, or left as an exercise for > the reader. > > The tricky part, as usual, is finding the time to do this. > Volunteers/patches welcome. :) > > Cheers, > Lang. > > >...
2015 Apr 21
2
[LLVMdev] Function calls only being JIT'd once by Kaleidoscope with MCJIT?
On Tue, Apr 21, 2015 at 7:26 AM, Per Mildner <Per.Mildner at sics.se> wrote: > Charlie Turner <charlesturner7c5 <at> gmail.com> writes: > > > I was planning on committing these changes with the corresponding > > changes to the Kaleidoscope tutorial walk-through. Might be a bit of a > > surprise to have no explanation of what MCJITHelper and friends is
2006 Feb 16
3
How to use Selenium from Rails
I caught two different approaches to integrate Selenium to Rails: http://svn.viney.net.nz/things/rails/plugins/selenium_testing/README http://andthennothing.net/archives/2006/02/05/selenium-on-rails It seems that the first makes it easy to right the tests, and the second makes it easy to run them. Am I correct? Any chance of the two hooking up and cross polinating? -- Posted via
2017 May 04
3
DWARF Fission + ThinLTO
Sorry, trying to catch up a bit lateā€¦ It sounds like having more than one CU per .dwo is outside of the intention of the DWARF specification (though not explicitly forbidden), since there is an implied 1-1 relationship between skeleton CU and .dwo. There is an explicit 1-1 relationship between skeleton CU and split-full CU (not .dwo). This suggests to me that if you want a .dwo to have multiple
2014 Nov 18
1
Virt SIG meeting minutes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Attendees: Lars, Lokesh, George, KB (eventually) Docker update: - - Docker 1.3.1 for virt7-testing Xen update: - Xen 4.4.1 in virt6-testing - Can't do a release of xen without libvirt because libvirt depends on a specific version of libxl - Plan: update to libvirt-1.2.9 before test then release Signing - C7 we want to use the CBS signing
2017 May 04
2
DWARF Fission + ThinLTO
> On May 3, 2017, at 7:43 PM, Adrian Prantl via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On May 3, 2017, at 2:59 PM, David Blaikie <dblaikie at gmail.com <mailto:dblaikie at gmail.com>> wrote: >> >> >> >> On Wed, May 3, 2017 at 2:09 PM Adrian Prantl <aprantl at apple.com <mailto:aprantl at apple.com>> wrote: