mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Merge rb_objspace_alloc and Init_heap.
Co-Authored-By: Peter Zhu <peter@peterzhu.ca>
This commit is contained in:
parent
3ac6a03b2e
commit
ef19234b10
4 changed files with 32 additions and 42 deletions
1
eval.c
1
eval.c
|
@ -78,7 +78,6 @@ ruby_setup(void)
|
|||
prctl(PR_SET_THP_DISABLE, 1, 0, 0, 0);
|
||||
#endif
|
||||
Init_BareVM();
|
||||
Init_heap();
|
||||
rb_vm_encoded_insn_data_table_init();
|
||||
Init_vm_objects();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue