X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fnotes.xml;h=06c89b3bf20bc096cda4cf35165b4fd86912a106;hb=d4695a6e633b7982d567a62dd0b5939f53496af4;hp=a492c2d348d5bdd48ec69e91e48a9da68edab7a8;hpb=733ccdb62a1d595dca9dc015f390eac66a11345e;p=uffi.git diff --git a/doc/notes.xml b/doc/notes.xml index a492c2d..06c89b3 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