Show name of NYI bytecode in -jv and -jdump.
[luajit-2.0.git] / doc / contact.html
blobcc4d8c7235d104c8504c3f88d95aa953c786c861
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Contact</title>
5 <meta charset="utf-8">
6 <meta name="Copyright" content="Copyright (C) 2005-2023">
7 <meta name="Language" content="en">
8 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
9 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
10 </head>
11 <body>
12 <div id="site">
13 <a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
14 </div>
15 <div id="head">
16 <h1>Contact</h1>
17 </div>
18 <div id="nav">
19 <ul><li>
20 <a href="luajit.html">LuaJIT</a>
21 <ul><li>
22 <a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
23 </li><li>
24 <a href="install.html">Installation</a>
25 </li><li>
26 <a href="running.html">Running</a>
27 </li></ul>
28 </li><li>
29 <a href="extensions.html">Extensions</a>
30 <ul><li>
31 <a href="ext_ffi.html">FFI Library</a>
32 <ul><li>
33 <a href="ext_ffi_tutorial.html">FFI Tutorial</a>
34 </li><li>
35 <a href="ext_ffi_api.html">ffi.* API</a>
36 </li><li>
37 <a href="ext_ffi_semantics.html">FFI Semantics</a>
38 </li></ul>
39 </li><li>
40 <a href="ext_buffer.html">String Buffers</a>
41 </li><li>
42 <a href="ext_jit.html">jit.* Library</a>
43 </li><li>
44 <a href="ext_c_api.html">Lua/C API</a>
45 </li><li>
46 <a href="ext_profiler.html">Profiler</a>
47 </li></ul>
48 </li><li>
49 <a href="https://luajit.org/status.html">Status <span class="ext">&raquo;</span></a>
50 </li><li>
51 <a href="https://luajit.org/faq.html">FAQ <span class="ext">&raquo;</span></a>
52 </li><li>
53 <a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
54 </li></ul>
55 </div>
56 <div id="main">
57 <p>
58 If you want to report bugs, propose fixes or suggest enhancements,
59 please use the
60 <a href="https://github.com/LuaJIT/LuaJIT/issues"><span class="ext">&raquo;</span>&nbsp;GitHub issue tracker</a>.
61 </p>
62 <p>
63 Please send general questions to the
64 <a href="https://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
65 </p>
66 <p>
67 You can also send any questions you have directly to me:
68 </p>
70 <script type="text/javascript">
71 <!--
72 var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
73 {var len=s.length;var r="";for(var i=0;i<len;i++)
74 {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
75 document.write("<"+"p>"+r+"<"+"/p>\n");}
76 //-->
77 </script>
78 <script type="text/javascript">
79 <!--
80 xD("fyZKB8xv\"FJytmz8.KAB0u52D")
81 //--></script>
82 <noscript>
83 <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
84 </p>
85 </noscript>
87 <p><i>
88 Note: I cannot reply to GMail, Google Workplace, Outlook or Office365
89 mail addresses, since they prefer to mindlessly filter out mails sent
90 from small domains using independent mail servers, such as mine. If you
91 don't like that, please complain to Google or Microsoft, not me.
92 </i></p>
94 <h2>Copyright</h2>
95 <p>
96 All documentation is
97 Copyright &copy; 2005-2023 Mike Pall.
98 </p>
101 <br class="flush">
102 </div>
103 <div id="foot">
104 <hr class="hide">
105 Copyright &copy; 2005-2023
106 <span class="noprint">
107 &middot;
108 <a href="contact.html">Contact</a>
109 </span>
110 </div>
111 </body>
112 </html>