[Webkit-unassigned] [Bug 115627] [SH4] Misc bugfix and cleaning in sh4 base JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 13:01:41 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115627


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #200650|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #4 from Oliver Hunt <oliver at apple.com>  2013-05-06 13:00:04 PST ---
(From update of attachment 200650)
View in context: https://bugs.webkit.org/attachment.cgi?id=200650&action=review

> Source/JavaScriptCore/assembler/MacroAssemblerSH4.h:673
> +        RegisterID scr = (dest == base) ? claimScratch() : dest;

This seems common enough that you may want to make a function to do it automagically - getScratch(dest, base) or something?

-- 
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