зеркало из https://github.com/github/ruby.git
Prevent stats being enabled late at run-time
This commit is contained in:
Родитель
640b162b51
Коммит
013a4a31d6
4
yjit.rb
4
yjit.rb
|
@ -138,10 +138,6 @@ module YJIT
|
|||
Primitive.cexpr! 'rb_yjit_opts.gen_stats ? Qtrue : Qfalse'
|
||||
end
|
||||
|
||||
def self.stats_enabled=(enabled)
|
||||
Primitive.set_stats_enabled(enabled)
|
||||
end
|
||||
|
||||
def self.enabled?
|
||||
Primitive.cexpr! 'rb_yjit_enabled_p() ? Qtrue : Qfalse'
|
||||
end
|
||||
|
|
|
@ -811,13 +811,6 @@ reset_stats_bang(rb_execution_context_t *ec, VALUE self)
|
|||
return Qnil;
|
||||
}
|
||||
|
||||
static VALUE
|
||||
set_stats_enabled(rb_execution_context_t *ec, VALUE self, VALUE enabled)
|
||||
{
|
||||
rb_yjit_opts.gen_stats = RB_TEST(enabled);
|
||||
return enabled;
|
||||
}
|
||||
|
||||
#include "yjit.rbinc"
|
||||
|
||||
#if YJIT_STATS
|
||||
|
|
Загрузка…
Ссылка в новой задаче