Skip to content

Improve MallocMemory implementation#9634

Merged
alexcrichton merged 1 commit intobytecodealliance:mainfrom
alexcrichton:improve-malloc-memory
Nov 20, 2024
Merged

Improve MallocMemory implementation#9634
alexcrichton merged 1 commit intobytecodealliance:mainfrom
alexcrichton:improve-malloc-memory

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

  • Optimize memory growth in debug mode which was showing up locally in profiles as being particularly slow.
  • Fix a bug where the memory_reservation_for_growth was accidentally initialized instead of leaving it uninitialized as intended.

@alexcrichton alexcrichton requested a review from a team as a code owner November 20, 2024 17:21
@alexcrichton alexcrichton requested review from pchickey and removed request for a team November 20, 2024 17:21
@alexcrichton alexcrichton added this pull request to the merge queue Nov 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 20, 2024
* Optimize memory growth in debug mode which was showing up locally in
  profiles as being particularly slow.
* Fix a bug where the `memory_reservation_for_growth` was accidentally
  initialized instead of leaving it uninitialized as intended.
@alexcrichton alexcrichton added this pull request to the merge queue Nov 20, 2024
Merged via the queue into bytecodealliance:main with commit 27ce0ba Nov 20, 2024
@alexcrichton alexcrichton deleted the improve-malloc-memory branch November 20, 2024 19:29
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