Commit Diff


commit - 137e915612b9b7efd7622fe3109fcdbc5f0b0076
commit + 68a6671634bbf98cbfbcc29fd9e4325c26b952ce
blob - 1f2c044f4b83fdbe9a3ba5b1397d5f008d687e14
blob + 33149df271feb94fe0bee0eccd4eed819a392bf2
--- changelogs/unreleased/gh-9145-luajit-fixes.md
+++ changelogs/unreleased/gh-9145-luajit-fixes.md
@@ -13,3 +13,6 @@ were fixed as part of this activity:
 * Improved error reporting on stack overflow.
 * Fixed assertion on the Lua stack overflow for a stitched trace.
 * Fixed snapshoting of functions for non-base frames.
+* Fixed error handling after return from a child coroutine.
+* Fix C file generation in `jit.bcsave`.
+* Add 'cc' file type for saving bytecode.