File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ struct ruby_procs_t {
1919// option is to adjust this number downwards.
2020// NOTE: the maximum size stack is FRAMES_PER_WALK_RUBY_STACK * calls to tail_call().
2121#define FRAMES_PER_WALK_RUBY_STACK 32
22-
2322// When resolving a CME, we need to traverse environment pointers until we
2423// find IMEMO_MENT. Since we can't do a while loop, we have to bound this
2524// the max encountered in experimentation on a production rails app is 6.
@@ -30,7 +29,7 @@ struct ruby_procs_t {
3029// This increases insn for the kernel verifier: all code in the ep check "loop"
3130// is M*N for instruction checks, so be extra sensitive about additions there.
3231// If we get ERR_RUBY_READ_CME_MAX_EP regularly, we may need to raise it.
33- #define MAX_EP_CHECKS 10
32+ #define MAX_EP_CHECKS 10
3433
3534// Constants related to reading a method entry
3635// https://github.com/ruby/ruby/blob/523857bfcb0f0cdfd1ed7faa09b9c59a0266e7e2/method.h#L118
You can’t perform that action at this time.
0 commit comments