Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Re-use free space in executable pages across asm blocks #126

Merged
merged 1 commit into from
May 31, 2019
Merged

Re-use free space in executable pages across asm blocks #126

merged 1 commit into from
May 31, 2019

Conversation

twitchyliquid64
Copy link
Contributor

I had forgotten to go back and do this.

This simply re-uses free space in a executable page this should greatly improve memory utilization & also improve locality a bit.

@codecov-io
Copy link

codecov-io commented May 29, 2019

Codecov Report

Merging #126 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   66.55%   66.61%   +0.05%     
==========================================
  Files          41       41              
  Lines        4246     4253       +7     
==========================================
+ Hits         2826     2833       +7     
  Misses       1149     1149              
  Partials      271      271
Impacted Files Coverage Δ
exec/internal/compile/allocator.go 86.2% <100%> (+4.38%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 41ac96a...24c9719. Read the comment docs.

@sbinet sbinet merged commit c6c200a into go-interpreter:master May 31, 2019
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.

None yet

3 participants