Added
-
New functions:
reduce_by_index_2d
,reduce_by_index_3d
. -
Manifests now contain compiler version information.
Fixed
-
Allocation insertion pass bug (#1546).
-
An exotic bug involving TLS and dynamically loading code generated
by themulticore
backend. -
Unconstrained ambiguous types now default to
()
(#1552). This
should essentially never have any observable impact, except that
more programs will type check. -
Double buffering compiler crash (#1553).