Bug 163465 - We should be able to use ARM64 support for LDR with a 32-bit index.
Summary: We should be able to use ARM64 support for LDR with a 32-bit index.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords:
Depends on:
Blocks: 163171
  Show dependency treegraph
 
Reported: 2016-10-14 16:01 PDT by Keith Miller
Modified: 2016-10-14 16:01 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2016-10-14 16:01:05 PDT
We have two options, we could either make a new "addressing" mode in both Air and MacroAssembler or we could just change the Air and make sure we vet all the existing cases.