https://github.com/JuliaLang/julia
Revision 91f2f77d4d10fd37339438c67e61c80c61b89c91 authored by Keno Fischer on 03 March 2018, 04:15:37 UTC, committed by Keno Fischer on 13 March 2018, 23:30:49 UTC
This adds back a (fixed version of) the NewOptimizer getfield elim
pass. This passes all getfield elim (and `@allocated`) tests in base,
with the exception of two tests that check for getfield elim on mutables.
That part is planned in the design of this pass, but will be part of a
follow up PR.
1 parent 46dcb35
History
Tip revision: 91f2f77d4d10fd37339438c67e61c80c61b89c91 authored by Keno Fischer on 03 March 2018, 04:15:37 UTC
[NewOptimizer] Add back getfield elim pass
Tip revision: 91f2f77
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.1 KB
Makefile -rw-r--r-- 25.5 KB
NEWS.md -rw-r--r-- 73.2 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.7 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