51b6c6 Update moarvm to version 2022.03 / rev 39 via SR 966636

7 files Authored by niner9 3 years ago, Committed by Bernhard M. Wiedemann 3 years ago,
    Update moarvm to version 2022.03 / rev 39 via SR 966636
    
    https://build.opensuse.org/request/show/966636
    by user niner9 + dimstar_suse
    - update to version 2022.03
    + Bump mimalloc to v2.0.5
    + The result of a getenv() call should not be freed
    + Some nativeref optimizations and fixes
    + Fix all returned native integers getting treated as signed
    + Fix potential invalid free in nativecall
    + Add missing _u cases to disp program callsite code
    + Correctly allocate/free CStrs when using mimalloc
    + Root orig since MVM_frame_capturelex can allocate
    + Restore jitting of sp_getarg_[inso]
    + Jit even more *_u versions of ops
    + Fix frame walker finding wrong value after multi level inlining
    + Fix spesh of named uint parameters
    + Add an MVM_nativecall_encode_string function
    - remove moarvm_wrong_value_after_multi_level_inlining.diff as is
      contained in the release
    - Fix installation on RHEL7
      On Redhat based distros, rpm's auto-provides r
    
        
file modified
+0 -0
file modified
+28 -0
file removed
-1
file modified
+34 -0
file modified
+21 -11