search for: polin

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

Did you mean: pollin
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
...ils: 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 http://www.ruby-forum.com/.
2017 May 04
3
DWARF Fission + ThinLTO
...e: The CU fragments that result from selectively importing functions in ThinLTO are going to be a problem - if two ThinLTO shards both import the same chunks from a third module - they'll potentially produce two CUs with the same DWO ID hash. So I was thinking there might be some need to cross-polinate the hashes of the various CUs in ThinLTO, to create 'more unique' identifiers... but I don't know exactly how it'd all look there. > Binutils DWP produces usable DWPs from DWO files with multiple CUs > > 2) Cross-CU references > This is where it gets trickier. &...
2014 Nov 18
1
Virt SIG meeting minutes
...if I can find someone to get involved. [14:46] <kbsingh> thanks *** chandankumar (chandankum at nat/redhat/x-kxxugjygxkcyqqlh) has quit: Quit: Leaving <gwd> OK, anything else to cover? <kbsingh> the cloudsig is starting to finally get off the ground, do we want to cross polinate with them a bit ? [14:47] <kbsingh> maybe have someone from virtsig hangout in their meetings and ask them to come along here as well <pasik> jonludlam: would you like to email about the blktap2.5 kernel patches once you figure it out? <gwd> kbsingh: They're doin...
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: