Sha256: 459100a3c1efb03dda49e0cf64a9d83a82aa9dacd16edab3c4b7376139be16b7

Contents?: true

Size: 1.24 KB

Versions: 53

Compression:

Stored size: 1.24 KB

Contents

/*-*-c-*-*/
/**********************************************************************

  vm_opts.h - VM optimize option

  $Author$

  Copyright (C) 2004-2007 Koichi Sasada

**********************************************************************/


#ifndef RUBY_VM_OPTS_H
#define RUBY_VM_OPTS_H

/* Compile options.
 * You can change these options at runtime by VM::CompileOption.
 * 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


/* Build Options.
 * You can't change these options at runtime.
 */

/* C compiler depend */
#define OPT_DIRECT_THREADED_CODE     1
#define OPT_TOKEN_THREADED_CODE      0
#define OPT_CALL_THREADED_CODE       0

/* VM running option */
#define OPT_CHECKED_RUN              1
#define OPT_INLINE_METHOD_CACHE      1
#define OPT_BLOCKINLINING            0

/* architecture independent, affects generated code */
#define OPT_OPERANDS_UNIFICATION     0
#define OPT_INSTRUCTIONS_UNIFICATION 0
#define OPT_UNIFY_ALL_COMBINATION    0
#define OPT_STACK_CACHING            0

/* misc */
#define SUPPORT_JOKE                 0

#endif /* RUBY_VM_OPTS_H */

Version data entries

53 entries across 53 versions & 8 rubygems

Version Path
binding_of_caller-0.8.0 ext/binding_of_caller/ruby_headers/192/vm_opts.h
binding_of_caller-0.7.3 ext/binding_of_caller/ruby_headers/192/vm_opts.h
coverband_ext-1.1.0 ext/coverband_ext/ruby_headers/192/vm_opts.h
coverband_ext-1.0.1 ext/coverband_ext/ruby_headers/192/vm_opts.h
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/binding_of_caller-0.7.2/ext/binding_of_caller/ruby_headers/192/vm_opts.h
bindex-0.2.0 ext/bindex/ruby_193/vm_opts.h
bindex-0.1.1 ext/bindex/ruby_193/vm_opts.h
bindex-0.1.0 ext/bindex/ruby_193/vm_opts.h
did_you_mean-0.9.2 ext/did_you_mean/ruby_headers/193/vm_opts.h
did_you_mean-0.9.0 ext/did_you_mean/ruby_headers/193/vm_opts.h
binding_of_caller-0.7.3.pre1 ext/binding_of_caller/ruby_headers/192/vm_opts.h
coverband_ext-1.0.0 ext/coverband_ext/ruby_headers/192/vm_opts.h
coverband_ext-0.0.2 ext/coverband_ext/ruby_headers/192/vm_opts.h
coverband_ext-0.0.1 ext/coverband_ext/ruby_headers/192/vm_opts.h
did_you_mean-0.5.0 ext/did_you_mean/ruby_headers/193/vm_opts.h
did_you_mean-0.4.0 ext/did_you_mean/ruby_headers/193/vm_opts.h
did_you_mean-0.3.1 ext/did_you_mean/ruby_headers/193/vm_opts.h
did_you_mean-0.3.0 ext/did_you_mean/ruby_headers/193/vm_opts.h
did_you_mean-0.2.0 ext/did_you_mean/ruby_headers/193/vm_opts.h
binding_of_caller-0.7.2 ext/binding_of_caller/ruby_headers/192/vm_opts.h