This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Update to LuaJIT 2.0.5 #1
Open
Vociferix
wants to merge
166
commits into
LuaDist:master
Choose a base branch
from
Vociferix:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Valgrind 3.9 killed MAP_32BIT support. Ugh. So now we have to rely on undocumented behavior where Valgrind always allocates from the bottom of memory. Alas, such a binary won't run properly without Valgrind.
Thanks to Anton Stenmark.
Thanks to Theo Schlossnagle.
Thanks to Yichun Zhang.
Thanks to Yichun Zhang.
Contributed by Djordje Kovacevic and Stefan Pejic.
Contributed by Djordje Kovacevic and Stefan Pejic.
Thanks to Joshua Haberman.
Reported by Matthew Burk.
Thanks to Dimitry Andric.
Thanks to sunfishgao.
Reported by Denis Golovan.
Suggested by Hydroque.
This is a serious bug. But extremely hard to reproduce, so it went undetected for 8 years. One needs two resurrections with different main nodes, which are both in a hash chain which gets relinked on key insertion where the colliding node is in a non-main position. Phew. Thanks to lbeiming.
Contributed by Javier Guerra Giraldez.
Thanks to Peter Cawley.
Thanks to he32 and daurnimator.
Thanks to Yichun Zhang.
Cleanup only, bug cannot trigger. Thanks to Domingo Alvarez Duarte.
Cleanup only, bug cannot trigger. Thanks to Domingo Alvarez Duarte.
Thanks to Victor Bombi.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This repository hasn't been updated in quite a long time. Not sure if you are taking pull requests, but here it is. I simply merged in the latest master from http://luajit.org/git/luajit-2.0.git, updated dist.info, and checked that it still build on both Linux and Windows.