Bug 162127
| Summary: | Unite op_put_by_val_with_this with op_put_by_val | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Caio Lima <ticaiolima> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 157215 | ||
Caio Lima
The current implementation is using the instruction op_put_by_val_with_this to handle super setter bindings correctly. This operand is just a call to slow path which means that setters called from super aren't optimized to use IC or accessor inlining.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |