https://github.com/JuliaLang/julia
Revision 4c5e1aec4d76f6f323201329aebf35182237b120 authored by Keno Fischer on 05 May 2018, 20:20:36 UTC, committed by Keno Fischer on 05 May 2018, 20:20:36 UTC
The fact that this was absent was masking a bug (fixed in a previous commit).
Now, we don't currently allow any safepoints or allocations before the call
to the ptls getter, but in the future we may want to do things like callee-rooted
arguments, which would have to be rooted across the ptls getter if it were a
safepoint. With the bug fixed, we can proactively add this to the list of
known non-safepoints.
1 parent 16757f8
History
Tip revision: 4c5e1aec4d76f6f323201329aebf35182237b120 authored by Keno Fischer on 05 May 2018, 20:20:36 UTC
[GCLowering] Don't consider the ptls getter a safepoint
Tip revision: 4c5e1ae
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.0 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.4 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 35.3 KB
Makefile -rw-r--r-- 25.0 KB
NEWS.md -rw-r--r-- 78.6 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.5 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top