[Webkit-unassigned] [Bug 75812] JSC should be a triple-tier VM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 17:37:39 PST 2012


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


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #124432|0                           |1
        is obsolete|                            |
 Attachment #124432|review?                     |
               Flag|                            |
 Attachment #124478|                            |review?
               Flag|                            |




--- Comment #73 from Filip Pizlo <fpizlo at apple.com>  2012-01-29 17:37:38 PST ---
Created an attachment (id=124478)
 --> (https://bugs.webkit.org/attachment.cgi?id=124478&action=review)
the patch

Includes beginnings of proper ARMv7 support in the offlineasm backend. This is done by doing a series of micropasses that break down the larger operations (like say "addi 5000, 4[foo, bar, 8]") into smaller ones ("move 4, tmp1; addp foo, tmp1; loadi [tmp1, bar, 8], tmp2; move 5000, tmp3; addi tmp3, tmp2; storei tmp2, [tmp1, bar, 8]").

Also includes a build fix in tools/; I'll land that build fix separately and exclude it from this patch in the next rebase.

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