[前][次][番号順一覧][上]

ruby-changes:29401-29500

  29401 2013-06-20 05:44 [ko1@a...            ] ko1:r41453 (trunk): * gc.c: Accumulate sweep time to GC time.
  29402 2013-06-20 05:49 [ko1@a...            ] ko1:r41454 (trunk): * gc.c (gc_prof_sweep_timer_start): fix merge miss.
  29403 2013-06-20 06:12 [ko1@a...            ] xibbar:r41455 (trunk): * lib/cgi/util.rb (CGI.escapeHTML): performance improvement.
  29404 2013-06-20 06:21 [ko1@a...            ] ko1:r41456 (trunk): * gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.
  29405 2013-06-20 06:26 [ko1@a...            ] ko1:r41457 (trunk): * tool/rdocbench.rb: add summary.
  29406 2013-06-20 07:33 [ko1@a...            ] ko1:r41458 (trunk): * common.mk: add new rules `gcbench-rdoc', `gcbench-hash'.
  29407 2013-06-20 07:36 [ko1@a...            ] nobu:r41459 (trunk): * properties.      
  29408 2013-06-20 07:48 [ko1@a...            ] tarui:r41460 (trunk): * gc.c (rb_gc_writebarrier): give up rescan A and register B directly
  29409 2013-06-20 08:09 [ko1@a...            ] akr:r41461 (trunk): * bignum.c (BIGSIZE): New macro.
  29410 2013-06-20 08:16 [ko1@a...            ] ko1:r41462 (trunk): * tool/gcbench.rb: Summary in one line.
  29411 2013-06-20 09:29 [ko1@a...            ] nobu:r41463 (trunk): gc.c: adjust indent
  29412 2013-06-20 10:49 [ko1@a...            ] naruse:r41464 (trunk): GC before fork to avoid spending too much time in timeout block
  29413 2013-06-20 12:53 [ko1@a...            ] kazu:r41465 (trunk): fix typos          
  29414 2013-06-20 13:08 [ko1@a...            ] nobu:r41466 (trunk): envutil.rb: keyword arguments
  29415 2013-06-20 13:08 [ko1@a...            ] nobu:r41467 (trunk): envutil.rb: refine message
  29416 2013-06-20 13:09 [ko1@a...            ] nobu:r41468 (trunk): test_fiber.rb: longer timeout
  29417 2013-06-20 13:14 [ko1@a...            ] nobu:r41469 (trunk): error.c: evaluate RARRAY_AREF once
  29418 2013-06-20 14:01 [ko1@a...            ] ko1:r41470 (trunk): * common.mk: remove dependency from ruby.
  29419 2013-06-20 14:02 [ko1@a...            ] ko1:r41471 (trunk): * tool/hashbench1.rb: fix parameters.
  29420 2013-06-20 14:10 [ko1@a...            ] ko1:r41472 (trunk): * tool/hashbench1.rb: fix paramter too. Increase temporary objects.
  29421 2013-06-20 15:18 [ko1@a...            ] ko1:r41473 (trunk): * benchmark/gc: create a directory to store GC related benchmark.
  29422 2013-06-20 15:21 [ko1@a...            ] nobu:r41474 (trunk): * properties.      
  29423 2013-06-20 16:02 [ko1@a...            ] ko1:r41475 (trunk): * benchmark/gc/redblack.rb: import red black tree benchmark from
  29424 2013-06-20 16:03 [ko1@a...            ] nobu:r41476 (trunk): * properties.      
  29425 2013-06-20 16:06 [ko1@a...            ] nobu:r41477 (trunk): * remove trailing spaces.
  29426 2013-06-20 16:07 [ko1@a...            ] ko1:r41478 (trunk): * benchmark/gc/pentomino.rb: added.
  29427 2013-06-20 16:10 [ko1@a...            ] nobu:r41479 (trunk): * properties.      
  29428 2013-06-20 16:30 [ko1@a...            ] ko1:r41480 (trunk): * benchmark/bm_so_binary_trees.rb: disable `puts' method
  29429 2013-06-20 16:31 [ko1@a...            ] nobu:r41481 (trunk): * properties.      
  29430 2013-06-20 16:47 [ko1@a...            ] ko1:r41482 (trunk): * benchmark/bm_app_aobench.rb: added.
  29431 2013-06-20 16:49 [ko1@a...            ] nobu:r41483 (trunk): * properties.      
  29432 2013-06-20 16:51 [ko1@a...            ] kazu:r41484 (trunk): fix a typo         
  29433 2013-06-20 16:52 [ko1@a...            ] nobu:r41485 (trunk): * remove trailing spaces.
  29434 2013-06-20 16:58 [ko1@a...            ] ko1:r41486 (trunk): * benchmark/bm_app_aobench.rb: use attr_accessor/reader instead of
  29435 2013-06-20 17:25 [ko1@a...            ] ko1:r41487 (trunk): * benchmark/gc/gcbench.rb: don't use __dir__ to make compatible
  29436 2013-06-20 18:00 [ko1@a...            ] ko1:r41488 (trunk): * benchmark/gc/gcbench.rb: stop GC::Profiler before output results.
  29437 2013-06-20 18:18 [ko1@a...            ] nobu:r41489 (trunk): test_sdbm.rb: only if SDBM
  29438 2013-06-20 18:32 [ko1@a...            ] ko1:r41490 (trunk): * benchmark/gc/gcbench.rb: Do not use GC::Profiler::disable because
  29439 2013-06-20 19:19 [ko1@a...            ] knu:r41491 (trunk): Set mode for GNU Makefile.
  29440 2013-06-20 19:19 [ko1@a...            ] knu:r41492 (trunk): Remove an unnecessary mode comment.
  29441 2013-06-20 21:20 [ko1@a...            ] ko1:r41493 (trunk): * gc.c (rgengc_rememberset_mark): record
  29442 2013-06-20 22:05 [ko1@a...            ] akr:r41494 (trunk): * bignum.c (bary_unpack_internal): Return -2 when negative overflow.
  29443 2013-06-20 22:24 [ko1@a...            ] akr:r41495 (trunk): * bignum.c (big2ulong): Change the return type to unsigned long.
  29444 2013-06-20 22:24 [ko1@a...            ] akr:r41496 (trunk): An extra semicolon removed.
  29445 2013-06-20 22:27 [ko1@a...            ] akr:r41497 (trunk): * bignum.c (dump_bignum): Use SIZEOF_BDIGITS.
  29446 2013-06-20 22:41 [ko1@a...            ] akr:r41498 (trunk): * bignum.c (rb_uint2big): Refactored.
  29447 2013-06-20 22:41 [ko1@a...            ] nagachika:r41499 (ruby_2_0_0): merge revision(s) 41468:
  29448 2013-06-20 22:52 [ko1@a...            ] akr:r41500 (trunk): * bignum.c (bignorm): Don't call bigtrunc if the result is a fixnum.
  29449 2013-06-20 23:09 [ko1@a...            ] akr:r41501 (trunk): * bignum.c (bigmul1_toom3): Don't call bignorm twice.
  29450 2013-06-21 00:42 [ko1@a...            ] svn:r41503 (trunk): * 2013-06-21        
  29452 2013-06-21 05:39 [ko1@a...            ] ko1:r41504 (trunk): * gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only when
  29453 2013-06-21 06:45 [ko1@a...            ] akr:r41505 (trunk): * bignum.c (rb_ull2big): Refactored.
  29454 2013-06-21 06:48 [ko1@a...            ] nobu:r41506 (trunk): test_client.rb: load openssl
  29455 2013-06-21 07:38 [ko1@a...            ] ko1:r41507 (trunk): * gc.c (gc_profile_record::oldgen_objects): added.
  29456 2013-06-21 07:41 [ko1@a...            ] kazu:r41508 (trunk): fix a typo         
  29457 2013-06-21 07:41 [ko1@a...            ] nobu:r41509 (trunk): * remove trailing spaces.
  29458 2013-06-21 08:08 [ko1@a...            ] tarui:r41510 (trunk): * gc.c (lazy_sweep): Use is_lazy_sweeping()
  29459 2013-06-21 08:10 [ko1@a...            ] ko1:r41511 (trunk): * gc.c: fix to support USE_RGENGC == 0 (disable RGenGC).
  29460 2013-06-21 08:15 [ko1@a...            ] tarui:r41512 (trunk): * gc.c: refactoring bitmaps. introduce bits_t type and some Consts.
  29461 2013-06-21 09:24 [ko1@a...            ] ko1:r41513 (trunk): * gc.c (slot_sweep_body): add counters at a time.
  29462 2013-06-21 09:52 [ko1@a...            ] nobu:r41514 (trunk): Makefile.sub: timestamp
  29463 2013-06-21 10:27 [ko1@a...            ] ko1:r41515 (trunk): * gc.c (heaps_header/heaps_slot): embed bitmaps into heaps_slot.
  29464 2013-06-21 11:20 [ko1@a...            ] ko1:r41516 (trunk): * gc.c (gc_marks_body): fix to get `th' in this function.
  29465 2013-06-21 12:36 [ko1@a...            ] ko1:r41517 (trunk): * gc.c: RGENGC_CHECK_MODE should be 0.
  29466 2013-06-21 14:17 [ko1@a...            ] ko1:r41518 (trunk): * gc.c: fix to use total_allocated_object_num and heaps_used
  29467 2013-06-21 14:32 [ko1@a...            ] nobu:r41519 (trunk): test_env.rb: fix test
  29468 2013-06-21 14:33 [ko1@a...            ] nobu:r41520 (trunk): hash.c: refine error message
  29469 2013-06-21 14:55 [ko1@a...            ] ko1:r41521 (trunk): * gc.c: fix to use total_allocated_object_num and heaps_used
  29470 2013-06-21 15:05 [ko1@a...            ] ko1:r41522 (trunk): revert last commit (operation miss).
  29471 2013-06-21 15:08 [ko1@a...            ] ko1:r41523 (trunk): * gc.c: enable lazy sweep (commit miss).
  29472 2013-06-21 15:15 [ko1@a...            ] nobu:r41524 (trunk): test_filehandler.rb: reap zombie
  29473 2013-06-21 15:15 [ko1@a...            ] nobu:r41525 (trunk): test_filehandler.rb: fix for non-NTFS
  29474 2013-06-21 15:29 [ko1@a...            ] ko1:r41526 (trunk): * gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP is
  29475 2013-06-21 16:39 [ko1@a...            ] charliesome:r41527 (trunk): * ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE and
  29476 2013-06-21 17:57 [ko1@a...            ] ko1:r41528 (trunk): * benchmark/gc/gcbench.rb: fix summary of benchmark result notaton.
  29477 2013-06-21 19:09 [ko1@a...            ] akr:r41529 (trunk): * bignum.c (bigsub_int): Use bdigit_roomof.
  29478 2013-06-21 19:15 [ko1@a...            ] ko1:r41530 (trunk): * include/ruby/ruby.h, re.c: support write barrier for T_REGEXP.
  29479 2013-06-21 19:23 [ko1@a...            ] ko1:r41531 (trunk): add a note          
  29480 2013-06-21 19:25 [ko1@a...            ] akr:r41532 (trunk): * pack.c (pack_pack): Move the implementation for 'c' directive after
  29481 2013-06-21 19:40 [ko1@a...            ] akr:r41533 (trunk): * bignum.c (BDIGMAX): Use BIGRAD.
  29482 2013-06-21 20:22 [ko1@a...            ] ko1:r41534 (trunk): * include/ruby/ruby.h: support write barrier protection for T_STRUCT.
  29483 2013-06-21 20:26 [ko1@a...            ] nobu:r41535 (trunk): * remove trailing spaces.
  29484 2013-06-21 20:33 [ko1@a...            ] ko1:r41536 (trunk): * vm_eval.c (eval_string_with_cref): fix WB miss.
  29485 2013-06-21 20:54 [ko1@a...            ] ko1:r41537 (trunk): * include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.
  29486 2013-06-21 21:13 [ko1@a...            ] ko1:r41538 (trunk): * gc.c (allocate_sorted_heaps): remove unused variable `add'.
  29487 2013-06-21 21:31 [ko1@a...            ] tarui:r41539 (trunk): * gc.c (typedef enum): Introdule flags of major gc reason.
  29488 2013-06-21 21:36 [ko1@a...            ] nobu:r41540 (trunk): * remove trailing spaces.
  29489 2013-06-21 21:50 [ko1@a...            ] kazu:r41541 (trunk): fix a typo         
  29490 2013-06-21 22:02 [ko1@a...            ] kazu:r41542 (trunk): fix a typo         
  29491 2013-06-22 01:16 [ko1@a...            ] nagachika:r41543 (ruby_2_0_0): merge revision(s) 41076: [Backport #8558]
  29492 2013-06-22 02:22 [ko1@a...            ] akr:r41544 (trunk): * bignum.c (bary_pack): Specialized packers implemented.
  29494 2013-06-22 04:37 [ko1@a...            ] ko1:r41546 (trunk): * gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.
  29495 2013-06-22 04:42 [ko1@a...            ] ko1:r41547 (trunk): * gc.c (slot_sweep_body): rename to slot_sweep().
  29496 2013-06-22 04:52 [ko1@a...            ] ko1:r41548 (trunk): * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second
  29497 2013-06-22 05:10 [ko1@a...            ] ko1:r41549 (trunk): * gc.c (rgengc_rememberset_mark): call gc_mark_children() for
  29498 2013-06-22 06:08 [ko1@a...            ] ko1:r41550 (trunk): * gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'
  29499 2013-06-22 06:51 [ko1@a...            ] ko1:r41551 (trunk): * gc.c (rb_objspace::profile): rename rb_objspace::profile::record to
  29500 2013-06-22 07:29 [ko1@a...            ] ko1:r41552 (trunk): * gc.c (gc_prof_set_heap_info, after_gc_sweep): call

[前][次][番号順一覧][上]