Bug 120906
| Summary: | [Windows] Update StructuredExceptionHandlerSuppressor for 64-bit | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | WebCore Misc. | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | alex.christensen, bfulgham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
| Bug Depends on: | 120901 | ||
| Bug Blocks: | |||
Brent Fulgham
The inline assembly used to update and manipulate the Thread Information Blocks under 32-bit Windows need to be revised for the changes under the 64-bit architecture.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/14934086>
Brent Fulgham
This may actually not be necessary, since there is no similar concept of a chain of exception handlers that have to be modified at the assembly level.
Microsoft doesn't seem to have updated the article on this technique for 64-bit, so it's unclear if anything is needed here.
Brent Fulgham
It turns out that this was not needed for 64-bit support.