Bug 134796 - optimize css jit compiler for arm64
Summary: optimize css jit compiler for arm64
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 22:13 PDT by Alex Christensen
Modified: 2014-07-22 17:55 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.17 KB, patch)
2014-07-09 22:14 PDT, Alex Christensen
benjamin: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2014-07-09 22:13:59 PDT
We never need to push callee saved registers on arm64, so let's not waste the time seeing if we need to.
Comment 1 Alex Christensen 2014-07-09 22:14:37 PDT
Created attachment 234690 [details]
Patch
Comment 2 Benjamin Poulain 2014-07-09 22:34:47 PDT
Comment on attachment 234690 [details]
Patch

This is adding complexity while I don't think this will have a big enough impact.
We should profile and find what is going on.