X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fnotes.xml;h=139267ebc454a98c80b6e3b17f2906ba59aca3e7;hb=e26a86e113f9139d1d4b009e74809faf51af166b;hp=b4f143e5713a6210d8cf3e83596f1e88301b068b;hpb=92b7399d3a71e78e821f3baf42507d22ff25c31b;p=uffi.git diff --git a/doc/notes.xml b/doc/notes.xml index b4f143e..139267e 100644 --- a/doc/notes.xml +++ b/doc/notes.xml @@ -1,9 +1,14 @@ - + + +%myents; +]> - + Programming Notes - + Implementation Specific Notes @@ -24,7 +29,7 @@ - + Foreign Object Representation and Access There are two main approaches used to represent foreign objects: an integer that represents an address in memory, and a @@ -41,7 +46,7 @@ - + Optimizing Code Using UFFI Background