Bug 79055

Summary: Implement fast path for op_new_array_buffer in the baseline JIT
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 78612    
Bug Blocks:    

Mark Hahnenberg
Reported 2012-02-20 16:35:54 PST
There are two opcodes that allocate arrays: op_new_array and op_new_array buffer. We should do something similar to bug 78612 for op_new_array_buffer.
Attachments
Mark Hahnenberg
Comment 1 2012-04-18 11:17:38 PDT
We're going to completely rework how we do array allocation, so marking this as invalid.
Note You need to log in before you can comment on or make changes to this bug.