Bug 267436
Summary: | [JetStream2] Always instantiate Float32Array in the cost array of findOptimalSegmentationInternal. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
The cost array in findOptimalSegmentationInternal is always intended to be an array of Float32Array
but we were forgetting to instantiate Float32Array for the very first item in the array.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/22688
EWS
Committed 273102@main (a66c16294ae1): <https://commits.webkit.org/273102@main>
Reviewed commits have been landed. Closing PR #22688 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/121081499>