mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c (gc_profile_record_flag): reason seems like one-hot encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
31e1c32676
commit
0a3f79310f
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 18 22:36:23 2013 Masaya Tarui <tarui@ruby-lang.org>
|
||||
|
||||
* gc.c (gc_profile_record_flag): reason seems like one-hot encoding.
|
||||
|
||||
Tue Jun 18 22:08:53 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* ext/objspace/object_tracing.c: Return for ::allocation_generation
|
||||
|
|
|
|||
2
gc.c
2
gc.c
|
|
@ -161,7 +161,7 @@ typedef enum {
|
|||
GPR_FLAG_MALLOC = 0x08,
|
||||
GPR_FLAG_METHOD = 0x10,
|
||||
GPR_FLAG_CAPI = 0x20,
|
||||
GPR_FLAG_STRESS = 0x30
|
||||
GPR_FLAG_STRESS = 0x40
|
||||
} gc_profile_record_flag;
|
||||
|
||||
typedef struct gc_profile_record {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue