Bug 162990 - [JSC] Move DOMJIT::Reg to non DOMJIT specific directory and use more in JSC
Summary: [JSC] Move DOMJIT::Reg to non DOMJIT specific directory and use more in JSC
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 16:35 PDT by Yusuke Suzuki
Modified: 2016-10-05 16:36 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2016-10-05 16:35:51 PDT
DOMJIT::Reg is an abstraction that becomes one of GPRReg, FPRReg, and "JSValueRegs".
It is useful and such a thing is invented in many places in JSC.
Eventually we should merge them into one abstraction.