Revision 4656ccd45555d34ea023579942ea442789debd79 authored by Jeff Bezanson on 06 November 2017, 03:49:58 UTC, committed by Jeff Bezanson on 09 November 2017, 03:22:39 UTC
- `isdefined` on static parameter
- stack overflow when interpreting a block with many exception
  handlers (as in some tests) due to never popping jmp_bufs
- fix backtraces for non-top-level interpreted frames
- remove invalid `pointer_from_objref(immutable)` test, where
  interpreter and compiler had different boxing behavior
1 parent 5f45c59
History
File Mode Size
clustermanager
embedding
Makefile -rw-r--r-- 461 bytes
ModInts.jl -rw-r--r-- 859 bytes
bubblesort.jl -rw-r--r-- 517 bytes
dictchannel.jl -rw-r--r-- 715 bytes
juliatypes.jl -rw-r--r-- 35.6 KB
lru.jl -rw-r--r-- 3.4 KB
lru_test.jl -rw-r--r-- 1.4 KB
ndgrid.jl -rw-r--r-- 1.3 KB
queens.jl -rw-r--r-- 1019 bytes
quine.jl -rw-r--r-- 308 bytes
staged.jl -rw-r--r-- 1.7 KB
time.jl -rw-r--r-- 1.3 KB
typetree.jl -rw-r--r-- 4.9 KB
wordcount.jl -rw-r--r-- 2.6 KB

back to top