RESOLVED FIXED27485
Move LinkBuffer/RepatchBuffer out of AbstractMacroAssembler.
https://bugs.webkit.org/show_bug.cgi?id=27485
Summary Move LinkBuffer/RepatchBuffer out of AbstractMacroAssembler.
Gavin Barraclough
Reported 2009-07-21 00:07:48 PDT
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.
Attachments
The patch (40.39 KB, patch)
2009-07-21 00:16 PDT, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2009-07-21 00:16:28 PDT
Created attachment 33150 [details] The patch
Oliver Hunt
Comment 2 2009-07-21 01:35:36 PDT
Comment on attachment 33150 [details] The patch r=me
Gavin Barraclough
Comment 3 2009-07-21 17:42:33 PDT
Sending JavaScriptCore/ChangeLog Sending JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj Sending JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj Sending JavaScriptCore/assembler/ARMAssembler.h Sending JavaScriptCore/assembler/ARMv7Assembler.h Sending JavaScriptCore/assembler/AbstractMacroAssembler.h Adding JavaScriptCore/assembler/LinkBuffer.h Adding JavaScriptCore/assembler/RepatchBuffer.h Sending JavaScriptCore/assembler/X86Assembler.h Sending JavaScriptCore/jit/JIT.cpp Sending JavaScriptCore/jit/JITPropertyAccess.cpp Sending JavaScriptCore/yarr/RegexJIT.cpp Transmitting file data ............ Committed revision 46202.
Note You need to log in before you can comment on or make changes to this bug.