1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Increase STACKFRAME_FOR_CALL_CFUNC

On below env, miniruby requires 568 and ruby requires 838 to pass.
* ruby -v: ruby 2.5.0dev (2017-08-28 trunk 59670) [x86_64-freebsd10.3]
* gcc8 (FreeBSD Ports Collection) 8.0.0 20170828 (experimental)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2017-08-28 16:05:11 +00:00
parent 4446f52896
commit c5e4070c92

2
gc.c
View file

@ -4033,7 +4033,7 @@ stack_check(rb_thread_t *th, int water_mark)
#define stack_check(th, water_mark) FALSE
#endif
#define STACKFRAME_FOR_CALL_CFUNC 512
#define STACKFRAME_FOR_CALL_CFUNC 838
int
rb_threadptr_stack_check(rb_thread_t *th)