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

chore: JIT executor #2259

Merged
merged 29 commits into from
Jun 26, 2024
Merged

chore: JIT executor #2259

merged 29 commits into from
Jun 26, 2024

Conversation

tusharmath
Copy link
Contributor

  • refactor: make store polymorphic
  • lint fixes
  • chore: update linter version
  • add exec

@tusharmath tusharmath changed the title jit executor jun 2024 chore: jit executor jun 2024 Jun 23, 2024
@tusharmath tusharmath changed the title chore: jit executor jun 2024 chore: JIT executor Jun 23, 2024
@github-actions github-actions bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Jun 23, 2024
src/core/jit/mod.rs Outdated Show resolved Hide resolved
@tusharmath tusharmath marked this pull request as ready for review June 23, 2024 14:29
Copy link

codecov bot commented Jun 23, 2024

Codecov Report

Attention: Patch coverage is 67.46988% with 27 lines in your changes missing coverage. Please review.

Project coverage is 85.82%. Comparing base (949a9ca) to head (8386f8a).

Files Patch % Lines
src/core/jit/eval_ir.rs 69.86% 22 Missing ⚠️
src/core/jit/ir.rs 0.00% 3 Missing ⚠️
src/core/blueprint/dynamic_value.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2259      +/-   ##
==========================================
- Coverage   85.90%   85.82%   -0.08%     
==========================================
  Files         223      225       +2     
  Lines       21315    21393      +78     
==========================================
+ Hits        18310    18361      +51     
- Misses       3005     3032      +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tusharmath tusharmath merged commit a67feec into main Jun 26, 2024
31 of 33 checks passed
@tusharmath tusharmath deleted the jit-executor-jun-2024 branch June 26, 2024 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Routine tasks like conversions, reorganization, and maintenance work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants