Closed gaojieliu closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
c16ffa1
) 45.82% compared to head (d3bc89e
) 45.83%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM, can you update the title of PR method->record.
It is large method actually. Large method can't be optimized by JIT by default.
In the past, we updated fast deserializer to support large method splitting, and this code change is leveraging the similar logic to split large method in fast serializer.