Additional-umf-notes.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <html lang="en">
  2. <head>
  3. <title>Additional umf notes - avram - a virtual machine code interpreter</title>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <meta name="description" content="avram - a virtual machine code interpreter">
  6. <meta name="generator" content="makeinfo 4.13">
  7. <link title="Top" rel="start" href="index.html#Top">
  8. <link rel="up" href="umf.html#umf" title="umf">
  9. <link rel="prev" href="umf-exceptions.html#umf-exceptions" title="umf exceptions">
  10. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  11. <meta http-equiv="Content-Style-Type" content="text/css">
  12. <style type="text/css"><!--
  13. pre.display { font-family:inherit }
  14. pre.format { font-family:inherit }
  15. pre.smalldisplay { font-family:inherit; font-size:smaller }
  16. pre.smallformat { font-family:inherit; font-size:smaller }
  17. pre.smallexample { font-size:smaller }
  18. pre.smalllisp { font-size:smaller }
  19. span.sc { font-variant:small-caps }
  20. span.roman { font-family:serif; font-weight:normal; }
  21. span.sansserif { font-family:sans-serif; font-weight:normal; }
  22. --></style>
  23. </head>
  24. <body>
  25. <div class="node">
  26. <a name="Additional-umf-notes"></a>
  27. <p>
  28. Previous:&nbsp;<a rel="previous" accesskey="p" href="umf-exceptions.html#umf-exceptions">umf exceptions</a>,
  29. Up:&nbsp;<a rel="up" accesskey="u" href="umf.html#umf">umf</a>
  30. <hr>
  31. </div>
  32. <h4 class="subsection">D.17.4 Additional <code>umf</code> notes</h4>
  33. <p>The C language API to <code>umf</code> provides very many less frequently
  34. used features that are not part of the virtual code interface, some of
  35. which could be added by minor modifications to the file <samp><span class="file">umf.c</span></samp>
  36. in the <code>avram</code> source tree.
  37. <p>A set of <code>dl_</code>* and <code>zl_</code>* functions orthogonal to those
  38. presently accessible would enable matrices having billions of rows or
  39. columns by using long integers, but memory requirements on the virtual
  40. code side for problems of that scale are probably prohibitive for the
  41. foreseeable future.
  42. </body></html>