summaryrefslogtreecommitdiff
path: root/sljit/sljitConfig.h
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-11-29 13:40:20 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-11-29 13:40:20 +0000
commit2cf55aedbd33af7862ee8cb23c302aa7676050b7 (patch)
treea7cb36b87589adeb433fb5d429f4d1a89d861d75 /sljit/sljitConfig.h
parent4edb99ec234ce484bedaaa0777c8abf749fd515f (diff)
downloadpcre-2cf55aedbd33af7862ee8cb23c302aa7676050b7.tar.gz
JIT compiler update.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1716 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'sljit/sljitConfig.h')
-rw-r--r--sljit/sljitConfig.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sljit/sljitConfig.h b/sljit/sljitConfig.h
index b65584a..d54b5e6 100644
--- a/sljit/sljitConfig.h
+++ b/sljit/sljitConfig.h
@@ -108,8 +108,10 @@
/* Force cdecl calling convention even if a better calling
convention (e.g. fastcall) is supported by the C compiler.
- If this option is enabled, C functions without
- SLJIT_CALL can also be called from JIT code. */
+ If this option is disabled (this is the default), functions
+ called from JIT should be defined with SLJIT_FUNC attribute.
+ Standard C functions can still be called by using the
+ SLJIT_CALL_CDECL jump type. */
#ifndef SLJIT_USE_CDECL_CALLING_CONVENTION
/* Disabled by default */
#define SLJIT_USE_CDECL_CALLING_CONVENTION 0