Bug 198262 - [BigInt] Refactor BigInt paths on CommonSlowPaths.cpp
Summary: [BigInt] Refactor BigInt paths on CommonSlowPaths.cpp
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: 2019-05-26 14:18 PDT by Caio Lima
Modified: 2019-05-26 14:18 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 Caio Lima 2019-05-26 14:18:36 PDT
Right now, we have the same pattern over almost all operations. We should find a way to make it easier to read/maintain.