https://github.com/JuliaLang/julia
Revision 8bc794d1aee3c65a75c4fdb129035b4682c1cce8 authored by Keno Fischer on 12 May 2018, 19:38:04 UTC, committed by Keno Fischer on 12 May 2018, 19:40:28 UTC
With the new optimizer enabled, we compile a signature for eval(::Module, ::Any),
which throws off the codegen test. I'm not entirely sure why this is different,
from the old optimizer, but presumably the old optimizer compiled this singature
beforehand. To fix this, simply add another call to `eval` that forces this
signature to be compiled.
1 parent a224143
History
Tip revision: 8bc794d1aee3c65a75c4fdb129035b4682c1cce8 authored by Keno Fischer on 12 May 2018, 19:38:04 UTC
[NewOptimizer] Fix codegen test
Tip revision: 8bc794d
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.5 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.4 KB
Makefile -rw-r--r-- 25.0 KB
NEWS.md -rw-r--r-- 78.8 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