From: normalperson@... Date: 2018-05-16T02:56:48+00:00 Subject: [ruby-core:87052] [Ruby trunk Misc#14764] [PATCH] vm_trace: remove rb_postponed_job_t->flags Issue #14764 has been reported by normalperson (Eric Wong). ---------------------------------------- Misc #14764: [PATCH] vm_trace: remove rb_postponed_job_t->flags https://bugs.ruby-lang.org/issues/14764 * Author: normalperson (Eric Wong) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- ``` vm_trace: remove rb_postponed_job_t->flags This field has been taking up space for 5 years and never used. Save 8kb of memory on x86-64 for now. If we ever care about this flag, we'll simply re-add it. No ABI or API compatibility changes. * vm_trace.c (rb_postponed_job_struct): remove flags (postponed_job_register): comment out flags assignment ``` Seems trivial, will commit soon unless somebody decides to start using this flag now (after 5 years). ---Files-------------------------------- 0001-vm_trace-remove-rb_postponed_job_t-flags.patch (1.11 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: