]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): avoid exponential perf cost and reduce call stack depth for deeply...
authorEvan You <evan@vuejs.org>
Mon, 16 Sep 2024 08:00:31 +0000 (16:00 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 08:00:31 +0000 (16:00 +0800)
commitc74bb8c2dd9e82aaabb0a2a2b368e900929b513b
tree81eb8eb1bd6fedcb1e423229c09ecef643e2d179
parentcbc39d54f02f2ab87c29ebdd04a596b947521c29
fix(reactivity): avoid exponential perf cost and reduce call stack depth for deeply chained computeds (#11944)

close #11928
packages/reactivity/src/computed.ts
packages/reactivity/src/dep.ts
packages/reactivity/src/effect.ts