Displaying 3 results from an estimated 3 matches for "modid".
2006 Mar 24
4
Parsing Filemaker 6 XML into something I can use
...********
DSO-XML
***********
<?xml version="1.0" encoding="UTF-8"?><FMPDSORESULT xmlns="http://
www.filemaker.com/fmpdsoresu
lt"><ERRORCODE>0</ERRORCODE><DATABASE>Customers.fp5</
DATABASE><LAYOUT>XMLDump</LAYOUT><ROW
MODID="0" RECORDID="13049791"><Company>Acme</
Company><Street>Somewherestreet 145
</Street><Postalcode>8200</Postalcode><City>Somecity</City></ROW><ROW
MODID="0" RECORDID="13049792"><Company>Acme...
2015 Jul 27
15
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
Hi Again,
I'm a little confused regarding what is the exact Orc's functions I should
use
in order to save the functions code in a code cache so it could be later
replaced with different versions of it and I appreciate your help.
Just a reminder I want to dynamically recompile the program based on
profile
collected at the run-time. I would like to start executing the program
from
the
2015 Aug 13
2
[LLVMdev] RFC: ThinLTO File Format
Hi all,
I updated the patches to remove the native object wrapper format. As
suggested we will work on getting the ThinLTO framework in place using
bitcode first, and then work on adding the native object support. As noted
in this RFC and in the associated patch D11722, for now I have empty
ThinLTO blocks with no records, since I wanted to get feedback on the
overall block design first. The RFC