Skip to content

Commit

Permalink
Merge b85b3ee into 7fa63c5
Browse files Browse the repository at this point in the history
  • Loading branch information
Buristan committed Apr 11, 2024
2 parents 7fa63c5 + b85b3ee commit 5cf4661
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/unreleased/gh-5994-memprof-human-readable.md
Expand Up @@ -2,3 +2,5 @@

Added the `--human-readable` option for the `misc.memprof` parser to print
sizes like 1KiB, 234MiB, 2GiB, etc.

Made the errors from the profilers more user-friendly (gh-9217).
3 changes: 3 additions & 0 deletions changelogs/unreleased/gh-9595-luajit-fixes.md
Expand Up @@ -18,3 +18,6 @@ were fixed as part of this activity:
* Fixed recording of the `__concat` metamethod for vararg or protected frames.
* Fixed recording of a side trace returning to a lower frame with a maximum
possible frame size.
* Fixed `debug.setmetatable()` and `lua_setmetatable()` with enabled
`jit.dump()`.
* Fixed recording of side traces with a down-recursion.

0 comments on commit 5cf4661

Please sign in to comment.