General

Profile

yosiat (Yosi Attias)

  • Login: yosiat
  • Email: yosy101@gmail.com
  • Registered on: 10/17/2015
  • Last sign in: 11/30/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 0 1

Activity

11/23/2015

09:37 PM Ruby Feature #11599: Dump entries of hash in ObjectSpace
Aaron Patterson wrote:
> We should probably get Aman's opinion on this since he wrote the initial heap dumping code. Personally, I would like to see this feature enabled with a flag. It seems like it will significantly increase the si...
yosiat (Yosi Attias)

11/21/2015

12:00 PM Ruby Feature #11599: Dump entries of hash in ObjectSpace
**Can I get a fair explanation of why this issue abandoned?** yosiat (Yosi Attias)

10/24/2015

03:51 PM Ruby Feature #11599: Dump entries of hash in ObjectSpace
What is the status of the patch? Is this ok? something to fix? yosiat (Yosi Attias)

10/19/2015

06:49 PM Ruby Feature #11599: Dump entries of hash in ObjectSpace
Yosi Attias wrote:
> Nobuyoshi Nakada wrote:
> ...
Hi,
I have added to reflect the new logic:
* If the key/value are special consts - I write the "to_s" value of them (:a => "a", 1 => "1")
* If the key/value are not special consts -...
yosiat (Yosi Attias)
06:28 PM Ruby Feature #11599: Dump entries of hash in ObjectSpace
Nobuyoshi Nakada wrote:
> That distinction makes no sense.
> ...
Oh.. I understand what you are saying, I will fix that!
Just to make sure I understand your position, you say this distinction is not needed, and in case of this hash:
...
yosiat (Yosi Attias)
05:28 AM Ruby Feature #11599: Dump entries of hash in ObjectSpace
Nobuyoshi Nakada wrote:
> Yosi Attias wrote:
> ...
Yes, but how can you distinguish between string value which is address or address to other ruby object:
`h = {a: "0x007f8f3c8baf88"}` to `h = {a: {b: 1}}`
yosiat (Yosi Attias)

10/18/2015

05:18 PM Ruby Feature #11599: Dump entries of hash in ObjectSpace
Nobuyoshi Nakada wrote:
> Are `is_{key,value}_address` necessary?
Yes, If the key/value are composite objects (not special consts, like string/hash/class) then the values of "key"/"value" should be address which is *pointer to other ...
yosiat (Yosi Attias)

10/17/2015

12:06 PM Ruby Feature #11599 (Assigned): Dump entries of hash in ObjectSpace
Hi,
*This is my first c code contribution :)*
I am helping developing heap-analyzer (github.com/tenderlove/heap-analyzer), and currently the dumps lacks of "type metadata" information, like:
* Hash entries - the keys and value
...
yosiat (Yosi Attias)

Also available in: Atom