mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVAR
with mjit_compile.c (tool/ruby_vm/views/_mjit_compile_getivar.erb). mjit_compile.c: ditto tool/ruby_vm/views/_mjit_compile_getivar.erb: ditto vm_opts.h: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f89fe59db4
commit
589d80e7e3
4 changed files with 10 additions and 15 deletions
|
@ -50,6 +50,10 @@
|
|||
#define OPT_GLOBAL_METHOD_CACHE 1
|
||||
#define OPT_BLOCKINLINING 0
|
||||
|
||||
#ifndef OPT_IC_FOR_IVAR
|
||||
#define OPT_IC_FOR_IVAR 1
|
||||
#endif
|
||||
|
||||
/* architecture independent, affects generated code */
|
||||
#define OPT_OPERANDS_UNIFICATION 1
|
||||
#define OPT_INSTRUCTIONS_UNIFICATION 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue