Bug 210933

Summary: Reduce iteration count and change how it invokes GC to reduce execution time of JSTests/stress/delete-property-dfg-inline.js
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: keith_miller, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch keith_miller: review+

Description Yusuke Suzuki 2020-04-23 12:19:59 PDT
Reduce iteration count and change how it invokes GC to reduce execution time of JSTests/stress/delete-property-dfg-inline.js
Comment 1 Yusuke Suzuki 2020-04-23 12:22:35 PDT
Created attachment 397374 [details]
Patch
Comment 2 Keith Miller 2020-04-23 12:24:02 PDT
Comment on attachment 397374 [details]
Patch

Can It just be 10000? That's the number we normally use.
Comment 3 Yusuke Suzuki 2020-04-23 12:26:48 PDT
(In reply to Keith Miller from comment #2)
> Comment on attachment 397374 [details]
> Patch
> 
> Can It just be 10000? That's the number we normally use.

I've changed it to 10000, in that environment, no-cjit case can handle FTL anyway.
Comment 4 Yusuke Suzuki 2020-04-23 12:29:28 PDT
Committed r260586: <https://trac.webkit.org/changeset/260586>
Comment 5 Radar WebKit Bug Importer 2020-04-23 12:30:24 PDT
<rdar://problem/62257208>