x86/x64: Add more red zone checks to assembler backend.
[luajit-2.0.git] / doc / contact.html
blobc32bc9dc114674e16021a9a126cc485eb4719be9
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>Contact</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
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_jit.html">jit.* Library</a>
41 </li><li>
42 <a href="ext_c_api.html">Lua/C API</a>
43 </li></ul>
44 </li><li>
45 <a href="https://luajit.org/status.html">Status <span class="ext">&raquo;</span></a>
46 </li><li>
47 <a href="https://luajit.org/faq.html">FAQ <span class="ext">&raquo;</span></a>
48 </li><li>
49 <a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
50 </li></ul>
51 </div>
52 <div id="main">
53 <p>
54 If you want to report bugs, propose fixes or suggest enhancements,
55 please use the
56 <a href="https://github.com/LuaJIT/LuaJIT/issues"><span class="ext">&raquo;</span>&nbsp;GitHub issue tracker</a>.
57 </p>
58 <p>
59 Please send general questions to the
60 <a href="https://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
61 </p>
62 <p>
63 You can also send any questions you have directly to me:
64 </p>
66 <script type="text/javascript">
67 <!--
68 var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
69 {var len=s.length;var r="";for(var i=0;i<len;i++)
70 {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
71 document.write("<"+"p>"+r+"<"+"/p>\n");}
72 //-->
73 </script>
74 <script type="text/javascript">
75 <!--
76 xD("fyZKB8xv\"FJytmz8.KAB0u52D")
77 //--></script>
78 <noscript>
79 <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
80 </p>
81 </noscript>
83 <p><i>
84 Note: I cannot reply to GMail, Google Workplace, Outlook or Office365
85 mail addresses, since they prefer to mindlessly filter out mails sent
86 from small domains using independent mail servers, such as mine. If you
87 don't like that, please complain to Google or Microsoft, not me.
88 </i></p>
90 <h2>Copyright</h2>
91 <p>
92 All documentation is
93 Copyright &copy; 2005-2023 Mike Pall.
94 </p>
97 <br class="flush">
98 </div>
99 <div id="foot">
100 <hr class="hide">
101 Copyright &copy; 2005-2023
102 <span class="noprint">
103 &middot;
104 <a href="contact.html">Contact</a>
105 </span>
106 </div>
107 </body>
108 </html>