1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby
ko1 1bebb22ce1 * insns.def: add new instruction opt_empty_p' for optimize empty?'
method.  Apply a patch proposed at [ruby-dev:46120]
  [ruby-trunk - Feature #6972] by Glass_saga (Masaki Matsushita).
* compile.c (iseq_specialized_instruction), vm.c, vm_insnhelper.h:
  ditto.
* id.c, template/id.h.tmpl: ditto.
* test/ruby/test_optimization.rb: test for this changes.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-09-26 09:34:46 +00:00
..
enc
allpairs.rb
beginmainend.rb
endblockwarn_rb
envutil.rb test_pstore.rb: fix for timeout 2012-09-04 12:45:31 +00:00
lbtest.rb
marshaltestlib.rb
memory_status.rb
sentence.rb
test_alias.rb
test_argf.rb
test_arity.rb
test_array.rb array.c, enum.c: TypeError in zip 2012-09-19 15:42:26 +00:00
test_assignment.rb
test_autoload.rb
test_backtrace.rb
test_basicinstructions.rb
test_beginendblock.rb
test_bignum.rb * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test. 2012-08-23 11:51:30 +00:00
test_call.rb
test_case.rb
test_class.rb Fix r36805. 2012-08-24 06:57:20 +00:00
test_clone.rb
test_comparable.rb
test_complex.rb
test_complex2.rb
test_complexrational.rb
test_condition.rb
test_const.rb
test_continuation.rb * test_continuation.rb (tracing_with_thread_set_trace_func): 2012-08-21 01:41:07 +00:00
test_defined.rb * iseq.c (rb_iseq_defined_string): the index of defined_strings must 2012-09-24 23:17:59 +00:00
test_dir.rb dir.c: fix recursion 2012-09-05 04:30:10 +00:00
test_dir_m17n.rb test_dir_m17n.rb: test_glob_incompatible 2012-09-05 03:03:24 +00:00
test_econv.rb
test_encoding.rb
test_enum.rb array.c, enum.c: TypeError in zip 2012-09-19 15:42:26 +00:00
test_enumerator.rb
test_env.rb
test_eval.rb vm_eval.c: cref-scope hack 2012-08-08 13:51:32 +00:00
test_exception.rb
test_fiber.rb
test_file.rb
test_file_exhaustive.rb test/ruby/test_file_exhaustive.rb: fix test for HOME-less envs 2012-08-29 22:45:24 +00:00
test_fixnum.rb * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test. 2012-08-23 11:51:30 +00:00
test_float.rb * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test. 2012-08-23 11:51:30 +00:00
test_fnmatch.rb
test_gc.rb
test_hash.rb
test_ifunless.rb
test_integer.rb
test_integer_comb.rb
test_io.rb io.c: io_set_read_length 2012-09-16 02:39:18 +00:00
test_io_m17n.rb
test_iseq.rb Suppress warnings 2012-08-21 22:30:43 +00:00
test_iterator.rb
test_keyword.rb
test_lambda.rb
test_lazy_enumerator.rb
test_literal.rb
test_m17n.rb suppress warnings 2012-09-19 14:49:19 +00:00
test_m17n_comb.rb
test_marshal.rb
test_math.rb
test_metaclass.rb
test_method.rb
test_mixed_unicode_escapes.rb
test_module.rb adding test coverage for invalid attribute names 2012-08-27 17:57:32 +00:00
test_not.rb
test_notimp.rb
test_numeric.rb
test_object.rb object.c: preserve encodings 2012-08-17 14:29:00 +00:00
test_objectspace.rb
test_optimization.rb * insns.def: add new instruction opt_empty_p' for optimize empty?' 2012-09-26 09:34:46 +00:00
test_pack.rb
test_parse.rb test_parse.rb: eval locations 2012-09-15 09:26:21 +00:00
test_path.rb
test_pipe.rb
test_primitive.rb
test_proc.rb
test_process.rb
test_rand.rb
test_range.rb
test_rational.rb
test_rational2.rb
test_readpartial.rb
test_refinement.rb
test_regexp.rb
test_require.rb load.c: keep encoding of feature name 2012-08-23 07:46:12 +00:00
test_rubyoptions.rb
test_settracefunc.rb * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895] 2012-08-22 05:12:31 +00:00
test_signal.rb
test_sleep.rb
test_sprintf.rb
test_sprintf_comb.rb
test_string.rb
test_stringchar.rb
test_struct.rb
test_super.rb test_super.rb: super from BEGIN 2012-09-25 01:10:32 +00:00
test_symbol.rb * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test. 2012-08-23 11:51:30 +00:00
test_syntax.rb
test_system.rb
test_thread.rb
test_time.rb
test_time_tz.rb
test_trace.rb
test_transcode.rb Added a test for CoW strings. 2012-08-23 21:14:31 +00:00
test_undef.rb
test_unicode_escape.rb
test_variable.rb
test_whileuntil.rb
test_yield.rb
ut_eof.rb