Closed
      
        Bug 831506
      
      
        Opened 12 years ago
          Closed 12 years ago
      
        
    
  
[meta] GC: Get Generational barriers in IonMonkey 
    Categories
(Core :: JavaScript Engine, defect)
        Core
          
        
        
      
        
    
        JavaScript Engine
          
        
        
      
        
    Tracking
()
        RESOLVED
        DUPLICATE
          of bug 851057
        
    
  
People
(Reporter: terrence, Unassigned)
References
Details
We need to generate code to update the store buffer whenever we update a gc pointer. This should look at sites that need incremental barriers and expend this to initializing writes (which incremental barriers don't care about). In JM this was the initprop and initelem opcodes, plus misc code in stubs.
The post barrier verifier will allow us to verify that we have caught all of the places that we need to update the store buffer.
| Comment 1•12 years ago
           | ||
Bug 851057 is done, only missing Bug 867815 – anything else to do here? 
Either way, I don't see a real difference between this bug and Bug 851057, thus the relation to bug 720522 (blocking bug 851057) is unclear – can somebody please clarify this?
| Comment 2•12 years ago
           | ||
(In reply to Florian Bender from comment #1)
>  (blocking bug 851057) 
I mean "blocked by bug 851057".
| Reporter | ||
| Updated•12 years ago
           | 
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•