-
Notifications
You must be signed in to change notification settings - Fork 160
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
perf!: move identifiers
to SharedProgramData
#1023
Conversation
Benchmark Results for unmodified programs 🚀
|
Codecov Report
@@ Coverage Diff @@
## main #1023 +/- ##
=======================================
Coverage 98.06% 98.07%
=======================================
Files 78 78
Lines 32376 32448 +72
=======================================
+ Hits 31751 31823 +72
Misses 625 625
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
c48b8d1
to
0633b8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a identifiers getter
0633b8f
to
68da475
Compare
68da475
to
50fa492
Compare
Part of the same effort to reduce `CairoRunner` creation time. Breaks due to that field being public. To reduce future breakage, we make all remaining fields `pub(crate)`.
ee0f829
to
401d690
Compare
Part of the same effort to reduce `CairoRunner` creation time. Breaks due to that field being public. To reduce future breakage, we make all remaining fields `pub(crate)`.
Part of the same effort to reduce
CairoRunner
creation time. Breaks due to that field being public.Checklist