Bug 71867

Summary: Move code to handle 8bit regs from X86Assembler to MacroAssembler
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Gavin Barraclough
Reported 2011-11-08 17:08:18 PST
This code is fine, but is in the wrong place really. X86 assembler should basically just format up exactly the instruction you request - not expand out to a set of instructions (that is what the macro assembler layer is for!). For other 8-bit ops, on X86 we don't guard against clients accessing the XH registers.
Attachments
Gavin Barraclough
Comment 1 2011-11-08 17:12:07 PST
Fixed in r99640
Note You need to log in before you can comment on or make changes to this bug.