Skip to content
  • Lars Knoll's avatar
    Refactor marking GC'ed objects · 025365f1
    Lars Knoll authored
    
    
    Don't use recursive function calls anymore. Instead, push marked
    objects onto the JS stack, and then pop them off when their children
    are being marked.
    
    Should reduce stack memory usage, and improves performance by ~5%.
    
    Change-Id: I2d37d97579144fcba87ec8e9fd545dd220c01fbb
    Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
    025365f1