Bug 107309
| Summary: | Fix up of ArithDiv nodes for non-x86 CPUs is broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | Keywords: | InRadar |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 107340, 108491 | ||
| Bug Blocks: | |||
Michael Saboff
The check if we need to add an Int32ToDouble node in fixDoubleEdge() doesn't check for all "integer" cases.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Saboff
This is from <rdar://problem/12645632>
Michael Saboff
Committed r140201: <http://trac.webkit.org/changeset/140201>
Michael Saboff
This broke editing/selection/move-by-word-visually-multi-line.html. It fails with a release build and crashes with a debug build. Tracked in https://bugs.webkit.org/show_bug.cgi?id=107340.