mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* iseq.c (make_compile_option_value): include frozen_string_literal*
in a made option value. * vm_opts.h: forgot to add OPT_FROZEN_STRING_LITERAL_DEBUG at last commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54716fe7eb
commit
92d5da521d
3 changed files with 19 additions and 7 deletions
13
vm_opts.h
13
vm_opts.h
|
@ -18,12 +18,13 @@
|
|||
* Following definitions are default values.
|
||||
*/
|
||||
|
||||
#define OPT_TRACE_INSTRUCTION 1
|
||||
#define OPT_TAILCALL_OPTIMIZATION 0
|
||||
#define OPT_PEEPHOLE_OPTIMIZATION 1
|
||||
#define OPT_SPECIALISED_INSTRUCTION 1
|
||||
#define OPT_INLINE_CONST_CACHE 1
|
||||
#define OPT_FROZEN_STRING_LITERAL 0
|
||||
#define OPT_TRACE_INSTRUCTION 1
|
||||
#define OPT_TAILCALL_OPTIMIZATION 0
|
||||
#define OPT_PEEPHOLE_OPTIMIZATION 1
|
||||
#define OPT_SPECIALISED_INSTRUCTION 1
|
||||
#define OPT_INLINE_CONST_CACHE 1
|
||||
#define OPT_FROZEN_STRING_LITERAL 0
|
||||
#define OPT_FROZEN_STRING_LITERAL_DEBUG 0
|
||||
|
||||
/* Build Options.
|
||||
* You can't change these options at runtime.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue