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

fix: repl & jit test #426

Merged
merged 8 commits into from
Jul 17, 2024
Merged

fix: repl & jit test #426

merged 8 commits into from
Jul 17, 2024

Conversation

Chronostasys
Copy link
Member

@Chronostasys Chronostasys commented Jul 10, 2024

TODO: fix JIT optimization

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.63%. Comparing base (b511eba) to head (0de284c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
+ Coverage   85.16%   85.63%   +0.47%     
==========================================
  Files         103      103              
  Lines       25202    25202              
==========================================
+ Hits        21463    21582     +119     
+ Misses       3739     3620     -119     
Files Coverage Δ
src/ast/test.rs 95.50% <ø> (+7.61%) ⬆️

... and 14 files with indirect coverage changes

… inst

`movaps` instruction needs dst to be 16 byte aligned when we only garentee 8 bytes aligned stack pointers.

TODO: maybe some optimization? so that we can use 8 byte aligned stack pointer when possible to save space.
@Chronostasys Chronostasys force-pushed the fix/jit_test branch 5 times, most recently from 7eb2088 to e6bd0fd Compare July 16, 2024 09:17
@Chronostasys Chronostasys force-pushed the fix/jit_test branch 2 times, most recently from 5abdacf to 51bf99e Compare July 16, 2024 12:49
@Chronostasys Chronostasys force-pushed the fix/jit_test branch 2 times, most recently from 0bd31ea to 89fff50 Compare July 16, 2024 13:02
@Chronostasys Chronostasys changed the title tryfix: repl & jit test fix: repl & jit test Jul 17, 2024
@Chronostasys Chronostasys marked this pull request as ready for review July 17, 2024 10:19
@Chronostasys Chronostasys merged commit 615d95f into master Jul 17, 2024
9 checks passed
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.

1 participant