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

fix: vendor older and faster LuaJIT build #48

Merged
merged 3 commits into from
Mar 27, 2024

Conversation

zao
Copy link
Contributor

@zao zao commented Mar 26, 2024

There's some regression in LuaJIT performance where the key metric that
indicates if a build is slow or fast is file size, where smaller DLLs
are faster.

Use a specific older commit c7db8255e1eb59f933fac7bc9322f0e4f8ddc6e6 of
LuaJIT in a local vcpkg-ports tree to mitigate runtime problems with
gem dropdowns for now.

zao added 3 commits March 26, 2024 15:30
This reverts commit 4053210.

# Conflicts:
#	CMakeLists.txt
#	stb_image_resize.h
There's some regression in LuaJIT performance where the key metric that
indicates if a build is slow or fast is file size, where smaller DLLs
are faster.

Use a specific older commit c7db8255e1eb59f933fac7bc9322f0e4f8ddc6e6 of
LuaJIT in a local vcpkg-ports tree to mitigate runtime problems with
gem dropdowns for now.
While recovering the vcpkg-ports tree from an earlier commit via revert
some unrelated changes slipped through despite auditing the merge and
wasn't caught by an incremental rebuild.

Re-add the include directory for the vendored stb libraries.
@Wires77 Wires77 merged commit df9f3be into PathOfBuildingCommunity:master Mar 27, 2024
@zao zao deleted the fix/vendor-luajit-build branch March 28, 2024 23:50
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