Revision 864a1132c87c6d17c141628d298b621a28acaaeb authored by Jeff Bezanson on 16 September 2015, 20:30:15 UTC, committed by Jeff Bezanson on 16 September 2015, 20:40:01 UTC
11009e152383de6f5ce665d537200b2a43f36a07 caused a large compiler
performance regression for some code. By isolating each piece of the
change, @vtjnash and I determined that this seemingly meaningless
movement of declarations in boot.jl was the cause. After poking at it
for a couple hours we still have no idea why. It's possibly related
to the order of methods in Core.call.

(cherry picked from commit 9c0af821c9c72f879e229a16cec8c28bc0b913fa)
1 parent 80ca823
History
File Mode Size
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 207 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 3.9 KB
CONTRIBUTING.md -rw-r--r-- 15.5 KB
DEBUGGER.md -rw-r--r-- 1.2 KB
DISTRIBUTING.md -rw-r--r-- 8.8 KB
LICENSE.md -rw-r--r-- 4.6 KB
Make.inc -rw-r--r-- 25.3 KB
Make.powerpc -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 22.4 KB
NEWS.md -rw-r--r-- 73.6 KB
README.arm.md -rw-r--r-- 3.0 KB
README.md -rw-r--r-- 25.9 KB
README.windows.md -rw-r--r-- 16.8 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 1.6 KB

README.md

back to top