Skip to content

Commit 47fed69

Browse files
authored
[Fizz] Simplify ReplayNode data structure (#27395)
The key is that instead of storing different tags of resumable points, we just store if a replay node has any resumable slots and if that's at the root `number` or if it has resumable slots by index. This is a simpler and more compact format because we don't have to separate the three Resume forms. This helps deal with Postpone in fallbacks because it doesn't just double all the cases.
1 parent 3c27178 commit 47fed69

File tree

2 files changed

+265
-393
lines changed

2 files changed

+265
-393
lines changed

0 commit comments

Comments
 (0)