Bug 79055
| Summary: | Implement fast path for op_new_array_buffer in the baseline JIT | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Hahnenberg <mhahnenberg> |
| Component: | JavaScriptCore | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Hahnenberg
We're going to completely rework how we do array allocation, so marking this as invalid.