Bug 285711
| Summary: | Parse negation of the JSC_useAllocationProfiling environment variable | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Degazio <d_degazio> |
| Component: | Web Template Framework | Assignee: | David Degazio <d_degazio> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Degazio
In order to profile allocations that occur very early in initialization, JSC_useAllocationProfiling is parsed differently from other JSC options. Currently, we check if it was turned on, by checking for "1", "true", or "yes". We should also check for "0", "false", or "no" to be consistent with other options and allow explicit disablement of allocation profiling.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142648614>
David Degazio
Pull request: https://github.com/WebKit/WebKit/pull/38814
EWS
Committed 288679@main (fc9b7ed3bd00): <https://commits.webkit.org/288679@main>
Reviewed commits have been landed. Closing PR #38814 and removing active labels.