search for: implementatino

Displaying 5 results from an estimated 5 matches for "implementatino".

2017 Feb 19
5
RFC: Adding llvm::ThinStream
...re your data is not read-only. This is another area where functionality is provided that was not present in existing abstractions (i.e. writeability). I have several implementations of this class and some abstractions for working with them. *ByteStream* and *MutableByteStream* provide a concrete implementatino where the backing store is an `ArrayRef` or `MutableArrayRef`. *MappedBlockStream* (which is PDB specific) provides an implementation that seeks around a file, piecing together blocks from various locations in a PDB file. When a call to `readBytes` spans a block boundary, it does multiple reads,...
2010 Aug 20
0
[LLVMdev] MC-JIT Streamer 3/3
MCJITSreamer Implementatino -------------- next part -------------- A non-text attachment was scrubbed... Name: 0023_mcjit_mcstreamer.patch Type: text/x-diff Size: 17805 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100820/07d59c55/attachment.patch>
2006 Jan 19
6
Dynamic Programming in R
Hi R users, I am looking to numerically solve a dynamic program in the R environment. I was wondering if there were people out there who had expereinced success at using R for such applications. I'd rather continue in R than learn Mathlab. A concern that has been cited that may discourage R use for solving dynamic programs is its memory handling abilities. A senior researcher had a lot of
2017 Feb 22
2
RFC: Adding llvm::ThinStream
.... This is another area where > functionality is provided that was not present in existing abstractions > (i.e. writeability). > > I have several implementations of this class and some abstractions for > working with them. *ByteStream* and *MutableByteStream* provide a > concrete implementatino where the backing store is an `ArrayRef` or > `MutableArrayRef`. *MappedBlockStream* (which is PDB specific) provides > an implementation that seeks around a file, piecing together blocks from > various locations in a PDB file. When a call to `readBytes` spans a block > boundary, it d...
2023 Apr 27
4
[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
PCIe endpoint framework provides APIs to implement PCIe endpoint function. This framework allows defining various PCIe endpoint function behaviors in software. This patch extend the framework for virtio pci device. The virtio is defined to communicate guest on virtual machine and host side. Advantage of the virtio is the efficiency of data transfer and the conciseness of implementation device