Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Refactor - Optimize JIT registers #534

Merged
merged 3 commits into from
Sep 30, 2023
Merged

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Sep 30, 2023

Uses RDI (argument register 0) for REGISTER_PTR_TO_VM as a preparation for passing the encrypted VM pointer to BuiltinFunctions directly.

@codecov-commenter
Copy link

Codecov Report

Merging #534 (e45b16f) into main (31c8b6f) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #534      +/-   ##
==========================================
- Coverage   89.72%   89.70%   -0.02%     
==========================================
  Files          24       24              
  Lines       10215    10213       -2     
==========================================
- Hits         9165     9162       -3     
- Misses       1050     1051       +1     
Files Coverage Δ
src/jit.rs 91.98% <100.00%> (-0.10%) ⬇️

@Lichtso Lichtso merged commit b1b50f7 into main Sep 30, 2023
@Lichtso Lichtso deleted the refactor/optimize_jit_registers branch September 30, 2023 14:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants