[Webkit-unassigned] [Bug 133156] make css jit work on arm64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 22 21:51:05 PDT 2014


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





--- Comment #9 from Yusuke Suzuki <utatane.tea at gmail.com>  2014-05-22 21:51:29 PST ---
(From update of attachment 231918)
View in context: https://bugs.webkit.org/attachment.cgi?id=231918&action=review

Great!

> Source/WebCore/cssjit/StackAllocator.h:105
>          m_assembler.push(registerID);

Since MacroAssembler provides `pushToSave` for all environments, we can remove this ifdef and simply use `pushToSave` for x86_64 environment :)

> Source/WebCore/cssjit/StackAllocator.h:146
> +        m_assembler.popToRestore(registerID);

Likewise we can use `popToRestore` for `StackAllocator::pop` and remove ifdef :)

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