]> Sergey Matveev's repositories - public-inbox.git/blobdiff - HACKING
HACKING: use "just-ahead-of-time" to describe Inline::C
[public-inbox.git] / HACKING
diff --git a/HACKING b/HACKING
index 74a3096f5318749f547b28c6f4ba784ebc0acfed..fbcfb552eb63da5478e5bad9aa5620404ad8f034 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -40,8 +40,8 @@ the shiny new.
 Avoid relying on compiled modules too much.  Even if it is Free,
 compiled code makes packages more expensive to audit, build,
 distribute and verify.  public-inbox itself will only be implemented
 Avoid relying on compiled modules too much.  Even if it is Free,
 compiled code makes packages more expensive to audit, build,
 distribute and verify.  public-inbox itself will only be implemented
-in scripting languages (currently Perl 5) and optional JIT-compiled C
-(via Inline::C)
+in scripting languages (currently Perl 5) and optional
+Just-Ahead-of-Time-compiled C (via Inline::C)
 
 Do not recurse on user-supplied data.  Neither Perl or C handle
 deep recursion gracefully.  See lib/PublicInbox/SearchThread.pm
 
 Do not recurse on user-supplied data.  Neither Perl or C handle
 deep recursion gracefully.  See lib/PublicInbox/SearchThread.pm