Bug 208622 - Handle an out of memory error while constructing the BytecodeGenerator.
Summary: Handle an out of memory error while constructing the BytecodeGenerator.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-04 18:37 PST by Mark Lam
Modified: 2020-03-04 23:58 PST (History)
9 users (show)

See Also:


Attachments
proposed patch. (10.22 KB, patch)
2020-03-04 18:44 PST, Mark Lam
saam: review+
Details | Formatted Diff | Diff
patch for landing. (10.25 KB, patch)
2020-03-04 22:29 PST, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.