Skip to content

luajit: bump new version #9832

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

Merged
merged 1 commit into from
Mar 20, 2024
Merged

luajit: bump new version #9832

merged 1 commit into from
Mar 20, 2024

Conversation

Buristan
Copy link
Collaborator

  • test: set dependencies in BuildTestCLib macro
  • Add 'cc' file type for saving bytecode.
  • Fix C file generation in jit.bcsave.
  • Throw any errors before stack changes in trace stitching.
  • Fix recording of __concat metamethod.
  • Check frame size limit before returning to a lower frame.
  • build: purge sysprof.collapse module
  • build: fix tool components handling
  • memprof: refactor heap_chunk data structure
  • memprof: remove unused arguments
  • memprof: introduce the --human-readable option
  • profilers: introduce event reader module
  • ci: extend tarantool integration testing

Part of #9595
Part of #5994
Follows up #8700
Needed for #9217

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump

@Buristan Buristan requested a review from a team as a code owner March 19, 2024 09:58
@Buristan Buristan added the full-ci Enables all tests for a pull request label Mar 19, 2024
@coveralls
Copy link

coveralls commented Mar 19, 2024

Coverage Status

coverage: 87.006% (-0.001%) from 87.007%
when pulling 473ba77 on Buristan:master
into 30a9c1c
on tarantool:master
.

@mkokryashkin
Copy link
Contributor

I believe it's not "Part of #5994", but rather "Resolves #5994"

@Buristan
Copy link
Collaborator Author

@mkokryashkin, it's "Part of #5994", since #9217 is a part of it. See the following comment. Both will be closed together.

* test: set dependencies in BuildTestCLib macro
* Add 'cc' file type for saving bytecode.
* Fix C file generation in jit.bcsave.
* Throw any errors before stack changes in trace stitching.
* Fix recording of __concat metamethod.
* Check frame size limit before returning to a lower frame.
* build: purge sysprof.collapse module
* build: fix tool components handling
* memprof: refactor `heap_chunk` data structure
* memprof: remove unused arguments
* memprof: introduce the `--human-readable` option
* profilers: introduce event reader module
* ci: extend tarantool integration testing

Part of tarantool#9595
Part of tarantool#5994
Follows up tarantool#8700
Needed for tarantool#9217

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-ci Enables all tests for a pull request luajit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants