Skip to content
  • Alan Wu's avatar
    c02517ba
    Tie lifetime of uJIT blocks to iseqs · c02517ba
    Alan Wu authored
    * Tie lifetime of uJIT blocks to iseqs
    
       Blocks weren't being freed when iseqs are collected.
    
    * Add rb_dary. Use it for method dependency table
    
    * Keep track of blocks per iseq
    
      Remove global version_tbl
    
    * Block version bookkeeping fix
    
    * dary -> darray
    
    * free ujit_blocks
    
    * comment about size of ujit_blocks
    c02517ba
    Tie lifetime of uJIT blocks to iseqs
    Alan Wu authored
    * Tie lifetime of uJIT blocks to iseqs
    
       Blocks weren't being freed when iseqs are collected.
    
    * Add rb_dary. Use it for method dependency table
    
    * Keep track of blocks per iseq
    
      Remove global version_tbl
    
    * Block version bookkeeping fix
    
    * dary -> darray
    
    * free ujit_blocks
    
    * comment about size of ujit_blocks
Loading