https://github.com/JuliaLang/julia
Revision 5b2a85916a2d4097f74fd362fea6011614f63223 authored by Yichao Yu on 03 November 2017, 21:52:13 UTC, committed by Keno Fischer on 06 May 2018, 21:43:24 UTC
This allow us to handle certain object allocations with object reference fields.
DSE is particularly useful on LLVM 5.0+ where we can take advantage of llvm store to load
forwarding to delete objects that's only used as local buffer.

This is also a prototype for the next gen optimization in type inference and to guide
the new IR format necessary for it.

Fix #16190
1 parent 38b6001
History
Tip revision: 5b2a85916a2d4097f74fd362fea6011614f63223 authored by Yichao Yu on 03 November 2017, 21:52:13 UTC
Do SROA and DSE in alloc-opt
Tip revision: 5b2a859
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.7 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