Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return old recursion limit capabilities #426

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Nov 30, 2023

Now stack limits are even better than original before NET 8 after sprinkling some aggressive optimization requests.

main

Method Runtime FileName Mean Error StdDev Ratio RatioSD Gen0 Gen1 Allocated Alloc Ratio
ParseProgram .NET 6.0 angular-1.2.5 9,098.2 μs 102.81 μs 96.17 μs 1.00 0.00 328.1250 156.2500 4095.47 KB 1.00
ParseProgram .NET 8.0 angular-1.2.5 7,049.0 μs 99.90 μs 93.45 μs 0.77 0.01 328.1250 296.8750 4046.21 KB 0.99
ParseProgram .NET 6.0 backbone-1.1.0 1,128.8 μs 19.97 μs 18.68 μs 1.00 0.00 52.7344 25.3906 647.78 KB 1.00
ParseProgram .NET 8.0 backbone-1.1.0 842.8 μs 10.36 μs 9.69 μs 0.75 0.01 50.7813 33.2031 642.45 KB 0.99
ParseProgram .NET 6.0 jquery-1.9.1 6,740.0 μs 133.26 μs 124.65 μs 1.00 0.00 281.2500 132.8125 3540.14 KB 1.00
ParseProgram .NET 8.0 jquery-1.9.1 5,515.8 μs 80.03 μs 70.94 μs 0.82 0.02 281.2500 257.8125 3532.38 KB 1.00
ParseProgram .NET 6.0 jquery.mobile-1.4.2 10,889.8 μs 129.12 μs 120.78 μs 1.00 0.00 453.1250 218.7500 5609.25 KB 1.00
ParseProgram .NET 8.0 jquery.mobile-1.4.2 8,600.8 μs 166.33 μs 155.59 μs 0.79 0.02 453.1250 437.5000 5578.16 KB 0.99
ParseProgram .NET 6.0 mootools-1.4.5 5,266.5 μs 44.34 μs 39.30 μs 1.00 0.00 234.3750 117.1875 2938.38 KB 1.00
ParseProgram .NET 8.0 mootools-1.4.5 4,800.1 μs 67.45 μs 63.10 μs 0.91 0.01 242.1875 218.7500 3013.67 KB 1.03
ParseProgram .NET 6.0 underscore-1.5.2 936.1 μs 9.04 μs 8.45 μs 1.00 0.00 44.9219 16.6016 555.5 KB 1.00
ParseProgram .NET 8.0 underscore-1.5.2 703.8 μs 8.09 μs 7.56 μs 0.75 0.01 44.9219 28.3203 552.79 KB 1.00
ParseProgram .NET 6.0 yui-3.12.0 4,848.0 μs 45.90 μs 40.69 μs 1.00 0.00 218.7500 109.3750 2714.66 KB 1.00
ParseProgram .NET 8.0 yui-3.12.0 3,861.8 μs 39.05 μs 36.53 μs 0.80 0.01 218.7500 195.3125 2700.02 KB 0.99

PR

Method Runtime FileName Mean Error StdDev Ratio RatioSD Gen0 Gen1 Allocated Alloc Ratio
ParseProgram .NET 6.0 angular-1.2.5 8,891.7 μs 122.80 μs 114.87 μs 1.00 0.00 328.1250 156.2500 4095.47 KB 1.00
ParseProgram .NET 8.0 angular-1.2.5 6,642.5 μs 84.94 μs 75.30 μs 0.75 0.01 328.1250 296.8750 4046.21 KB 0.99
ParseProgram .NET 6.0 backbone-1.1.0 1,112.2 μs 18.09 μs 16.04 μs 1.00 0.00 52.7344 25.3906 647.78 KB 1.00
ParseProgram .NET 8.0 backbone-1.1.0 862.1 μs 10.39 μs 9.72 μs 0.77 0.01 51.7578 35.1563 642.45 KB 0.99
ParseProgram .NET 6.0 jquery-1.9.1 6,805.6 μs 75.95 μs 71.05 μs 1.00 0.00 281.2500 132.8125 3540.13 KB 1.00
ParseProgram .NET 8.0 jquery-1.9.1 5,359.1 μs 60.33 μs 56.43 μs 0.79 0.01 281.2500 257.8125 3532.36 KB 1.00
ParseProgram .NET 6.0 jquery.mobile-1.4.2 10,781.8 μs 158.29 μs 140.32 μs 1.00 0.00 453.1250 218.7500 5609.22 KB 1.00
ParseProgram .NET 8.0 jquery.mobile-1.4.2 8,333.1 μs 153.39 μs 143.48 μs 0.77 0.02 453.1250 437.5000 5578.12 KB 0.99
ParseProgram .NET 6.0 mootools-1.4.5 5,371.2 μs 71.42 μs 63.31 μs 1.00 0.00 234.3750 117.1875 2938.38 KB 1.00
ParseProgram .NET 8.0 mootools-1.4.5 4,772.4 μs 76.56 μs 71.62 μs 0.89 0.01 242.1875 218.7500 3013.66 KB 1.03
ParseProgram .NET 6.0 underscore-1.5.2 974.8 μs 19.11 μs 30.86 μs 1.00 0.00 44.9219 16.6016 555.5 KB 1.00
ParseProgram .NET 8.0 underscore-1.5.2 718.7 μs 13.26 μs 13.02 μs 0.76 0.01 44.9219 28.3203 552.79 KB 1.00
ParseProgram .NET 6.0 yui-3.12.0 4,735.5 μs 28.83 μs 22.51 μs 1.00 0.00 218.7500 109.3750 2714.66 KB 1.00
ParseProgram .NET 8.0 yui-3.12.0 3,737.0 μs 34.66 μs 30.72 μs 0.79 0.01 218.7500 195.3125 2700.02 KB 0.99

@lahma lahma requested a review from adams85 November 30, 2023 19:28
@sebastienros
Copy link
Owner

Quite impressive. Free perf.

@adams85
Copy link
Collaborator

adams85 commented Nov 30, 2023

Wow, kudos! 🥇

If I may ask, what tool did you use to analyze the code and track down that these methods are the culprits? Or did you just know by looking at the code? :)

@lahma
Copy link
Collaborator Author

lahma commented Nov 30, 2023

I used debugger breakpoint hitting until stack was deep enough and started to read frames which could benefit from the attribute.

@adams85
Copy link
Collaborator

adams85 commented Nov 30, 2023

So, no black magic, just looking at the code mostly. I'm even more impressed... 😮

@lahma lahma merged commit 422b76e into sebastienros:main Nov 30, 2023
2 checks passed
@lahma lahma deleted the improve-stack branch November 30, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants