[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69566] [Ruby trunk - Feature #10932] Enabling allocation tracing as early as possible
From:
ko1@...
Date:
2015-06-13 07:54:03 UTC
List:
ruby-core #69566
Issue #10932 has been updated by Koichi Sasada. Aaron Patterson wrote: > > Should not include. > > Any reason why not? Usually I don't know where to include it while I'm debugging, and doing `ObjectSpace.allocation_sourcefile` is a lot to type. If including isn't an option, could we add shorter method names? I'm not sure we can restrict usage only to debugging. ---------------------------------------- Feature #10932: Enabling allocation tracing as early as possible https://bugs.ruby-lang.org/issues/10932#change-52899 * Author: Aaron Patterson * Status: Open * Priority: Normal * Assignee: Koichi Sasada ---------------------------------------- Hi, I'd like to be able to enable allocation tracing as early as possible. I've attached a patch that I use to do that when I'm debugging code that I don't know very well. The way I use it is like this: $ ruby -robjspace/trace_start some_test.rb I like using this because many times I can't figure out when to enable object tracing. Can we add this feature to object space? ---Files-------------------------------- trace_start.diff (305 Bytes) -- https://bugs.ruby-lang.org/