[Webkit-unassigned] [Bug 27485] New: Move LinkBuffer/RepatchBuffer out of AbstractMacroAssembler.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 21 00:07:48 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27485
Summary: Move LinkBuffer/RepatchBuffer out of
AbstractMacroAssembler.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
Some code that is really related to architecture-specific MacroAssemblers is
currently residing in the AbstractMacroAssembler, and in the architecture
specific assembler classes. By moving these classes up the food chain we can
then split the implementation methods out to the appropriate MacroAssemblers,
to resolve these issues.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list