[JSC] Remove merging must handle values into proven types in CFA
Created attachment 363925 [details] Patch
<rdar://problem/48629581>
Created attachment 363926 [details] Patch
Comment on attachment 363926 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363926&action=review > Source/JavaScriptCore/ChangeLog:45 > + Since (1) this is just an optimization, (2) type information is already propagated in prediction injection phase, and (3) the must handle value does not show the performance We should make these separate bugs and patches. r=me on both.
Comment on attachment 363926 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363926&action=review Thanks! >> Source/JavaScriptCore/ChangeLog:45 >> + Since (1) this is just an optimization, (2) type information is already propagated in prediction injection phase, and (3) the must handle value does not show the performance > > We should make these separate bugs and patches. r=me on both. OK, I'll soon upload the latter part in a separate patch.
I've just moved must handle value part to https://bugs.webkit.org/show_bug.cgi?id=195444
Created attachment 363965 [details] Patch for landing
Committed r242626: <https://trac.webkit.org/changeset/242626>