Closed
      
        Bug 772049
      
      
        Opened 13 years ago
          Closed 6 years ago
      
        
    
  
IonMonkey: Inline polymorphic calls if some callees are uninlineable 
    Categories
(Core :: JavaScript Engine, defect)
        Core
          
        
        
      
        
    
        JavaScript Engine
          
        
        
      
        
    Tracking
()
        RESOLVED
        WONTFIX
        
    
  
People
(Reporter: jandem, Assigned: djvj)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ion:t])
Attachments
(1 file)
| 12.41 KB,
          patch         | Details | Diff | Splinter Review | 
v8-richards has a number of polymorphic calls where some callees are inlinable and others are not. In this case we should inline what we can and insert a call instruction to handle the other targets.
|   | Assignee | |
| Updated•13 years ago
           | 
Assignee: jdemooij → kvijayan
|   | ||
| Updated•13 years ago
           | 
Whiteboard: [ion:t]
|   | Assignee | |
| Comment 1•13 years ago
           | ||
Initial patch for this.  For some reason this doesn't show any real gains and a slight perf regression on DeltaBlue.
|   | Assignee | |
| Updated•6 years ago
           | 
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•