diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2021-06-09 13:49:14 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:36 -0400 |
commit | ecd4487a48eb125515ab3e1e739803f7a1895e6a (patch) | |
tree | 03e27698acc8cce6f6b79b8325e591b76b4fc709 /yjit_core.c | |
parent | 83c7f27adec684d16fb01f3b098d694ab15e9295 (diff) |
Remove #define MAX_VERSIONS, now using command-line option
Diffstat (limited to 'yjit_core.c')
-rw-r--r-- | yjit_core.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yjit_core.c b/yjit_core.c index 088b0593d1..837cae408a 100644 --- a/yjit_core.c +++ b/yjit_core.c @@ -10,10 +10,6 @@ #include "yjit_core.h" #include "yjit_codegen.h" -// Maximum number of specialized block versions per block -// Zero means generic versions only -#define MAX_VERSIONS 3 - /* Get an operand for the adjusted stack pointer address */ |