On 10/02/2017 07:51 AM, Jakub Jelinek wrote:
> Hi!
>
> live_bytes is non-NULL always, m_live_bytes is auto_sbitmap that is
> constructed in dse_dom_walker ctor:
> dse_dom_walker (cdi_direction direction)
> : dom_walker (direction),
> m_live_bytes (PARAM_VALUE (PARAM_DSE_MAX_OBJECT_SIZE))
On October 2, 2017 3:51:04 PM GMT+02:00, Jakub Jelinek wrote:
>Hi!
>
>live_bytes is non-NULL always, m_live_bytes is auto_sbitmap that is
>constructed in dse_dom_walker ctor:
> dse_dom_walker (cdi_direction direction)
>: dom_walker (direction),
>m_live_bytes (PARAM_VALUE (PARAM_DSE_MAX_OB
Hi!
live_bytes is non-NULL always, m_live_bytes is auto_sbitmap that is
constructed in dse_dom_walker ctor:
dse_dom_walker (cdi_direction direction)
: dom_walker (direction),
m_live_bytes (PARAM_VALUE (PARAM_DSE_MAX_OBJECT_SIZE)),
m_byte_tracking_enabled (false) {}
Whether live_bytes