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

Correct an erratum in the paper #388

Closed
wants to merge 1 commit into from
Closed

Conversation

Somfic
Copy link

@Somfic Somfic commented Jun 12, 2024

While reading the paper I noticed a possible erratum in 13.3 Single Core Inefficiency.

(…) will easily outperform an HVM2 one that uses thousands of threads,
given the C version is doing no allocation, while C is allocating a
tree-like recursive stack

I think it should be:

(…) will easily outperform an HVM2 one that uses thousands of threads,
given the C version is doing no allocation, while HVM2 is allocating a
tree-like recursive stack

Replacing “C” with “HVM2”.

Replace `C` with `HVM2`
@enricozb enricozb mentioned this pull request Aug 15, 2024
@enricozb
Copy link
Contributor

Thanks! fixed by: #412

@enricozb enricozb closed this Aug 15, 2024
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.

2 participants