-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Strange deoptimzations in cyclesΒ #9729
Copy link
Copy link
Closed
Labels
performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Metadata
Metadata
Assignees
Labels
performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
The first iteration in cycles runs much faster than others:
It renews in another cycle with a different ratio:
It becomes more strange with
whilecycle added in the end (this cycle removes the difference in the previous cycle, but it almost doubles its run time besides):