Bug 165980 - Make SegmentedVector robust with overflow checks like Vector.
Summary: Make SegmentedVector robust with overflow checks like Vector.
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-16 16:59 PST by Mark Lam
Modified: 2016-12-16 17:01 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-12-16 16:59:09 PST
After doing this, we can switch BytecodeGenerator::m_controlFlowScopeStack back to doing overflow checks with UnsafeVectorOverflow.