Bug 208622

Summary: Handle an out of memory error while constructing the BytecodeGenerator.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, ews-watchlist, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch.
saam: review+
patch for landing. none

Description Mark Lam 2020-03-04 18:37:26 PST
<rdar://problem/59341136>
Comment 1 Mark Lam 2020-03-04 18:44:50 PST
Created attachment 392527 [details]
proposed patch.
Comment 2 Mark Lam 2020-03-04 22:29:12 PST
Created attachment 392537 [details]
patch for landing.

Thanks for the review.

Fixed the test to only run the default configuration: it relies on GC not running often, and hence, will not work with GC continuous configurations.  Re-testing on the EWS now.
Comment 3 Mark Lam 2020-03-04 23:58:18 PST
I skipped the test for memory limited devices.

Landed in r257907: <http://trac.webkit.org/r257907>.