ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:48292] [ruby-trunk - Bug #9942] [Closed] reduce memory allocation in Array#permutation (fixed at r46416)
       [not found] <redmine.issue-9942.20140613160705@ruby-lang.org>
@ 2014-06-13 16:07 ` nagachika00
  2014-07-13 14:09 ` [ruby-dev:48404] [ruby-trunk - Bug #9942] " nagachika00
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2014-06-13 16:07 UTC (permalink / raw
  To: ruby-dev

Issue #9942 has been reported by Tomoyuki Chikanaga.

----------------------------------------
Bug #9942: reduce memory allocation in Array#permutation (fixed at r46416)
https://bugs.ruby-lang.org/issues/9942

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: current: 2.2.0
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
rb_ary_permutation() allocate unnecessary large temporary array.
It's fixed at r46416.

This ticket is only for backport management.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-dev:48404] [ruby-trunk - Bug #9942] reduce memory allocation in Array#permutation (fixed at r46416)
       [not found] <redmine.issue-9942.20140613160705@ruby-lang.org>
  2014-06-13 16:07 ` [ruby-dev:48292] [ruby-trunk - Bug #9942] [Closed] reduce memory allocation in Array#permutation (fixed at r46416) nagachika00
@ 2014-07-13 14:09 ` nagachika00
  2014-08-31  6:31 ` [ruby-dev:48500] " usa
  2014-08-31  6:37 ` [ruby-dev:48501] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2014-07-13 14:09 UTC (permalink / raw
  To: ruby-dev

Issue #9942 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE

Backported into `ruby_2_1` branch at r46807.

----------------------------------------
Bug #9942: reduce memory allocation in Array#permutation (fixed at r46416)
https://bugs.ruby-lang.org/issues/9942#change-47742

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: current: 2.2.0
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: DONE
----------------------------------------
rb_ary_permutation() allocate unnecessary large temporary array.
It's fixed at r46416.

This ticket is only for backport management.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-dev:48500] [ruby-trunk - Bug #9942] reduce memory allocation in Array#permutation (fixed at r46416)
       [not found] <redmine.issue-9942.20140613160705@ruby-lang.org>
  2014-06-13 16:07 ` [ruby-dev:48292] [ruby-trunk - Bug #9942] [Closed] reduce memory allocation in Array#permutation (fixed at r46416) nagachika00
  2014-07-13 14:09 ` [ruby-dev:48404] [ruby-trunk - Bug #9942] " nagachika00
@ 2014-08-31  6:31 ` usa
  2014-08-31  6:37 ` [ruby-dev:48501] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2014-08-31  6:31 UTC (permalink / raw
  To: ruby-dev

Issue #9942 has been updated by Usaku NAKAMURA.


Backported into `ruby_2_0_0` at r47331.

----------------------------------------
Bug #9942: reduce memory allocation in Array#permutation (fixed at r46416)
https://bugs.ruby-lang.org/issues/9942#change-48578

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: current: 2.2.0
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: DONE
----------------------------------------
rb_ary_permutation() allocate unnecessary large temporary array.
It's fixed at r46416.

This ticket is only for backport management.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-dev:48501] [ruby-trunk - Bug #9942] reduce memory allocation in Array#permutation (fixed at r46416)
       [not found] <redmine.issue-9942.20140613160705@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-08-31  6:31 ` [ruby-dev:48500] " usa
@ 2014-08-31  6:37 ` usa
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2014-08-31  6:37 UTC (permalink / raw
  To: ruby-dev

Issue #9942 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: REQUIRED, 2.1: DONE to 2.0.0: DONE, 2.1: DONE

----------------------------------------
Bug #9942: reduce memory allocation in Array#permutation (fixed at r46416)
https://bugs.ruby-lang.org/issues/9942#change-48579

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: current: 2.2.0
* ruby -v: -
* Backport: 2.0.0: DONE, 2.1: DONE
----------------------------------------
rb_ary_permutation() allocate unnecessary large temporary array.
It's fixed at r46416.

This ticket is only for backport management.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-31  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-9942.20140613160705@ruby-lang.org>
2014-06-13 16:07 ` [ruby-dev:48292] [ruby-trunk - Bug #9942] [Closed] reduce memory allocation in Array#permutation (fixed at r46416) nagachika00
2014-07-13 14:09 ` [ruby-dev:48404] [ruby-trunk - Bug #9942] " nagachika00
2014-08-31  6:31 ` [ruby-dev:48500] " usa
2014-08-31  6:37 ` [ruby-dev:48501] " usa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).