parent
9a62bb2ace
commit
d0e3a5622c
11
RELEASES.md
11
RELEASES.md
|
@ -14,6 +14,17 @@ commits that introduce the changes. To make a new release, run
|
||||||
`tools/mkrelease`, which will handle updating the heading for you.
|
`tools/mkrelease`, which will handle updating the heading for you.
|
||||||
|
|
||||||
|
|
||||||
|
NEXT
|
||||||
|
====
|
||||||
|
This is a minor maintenance release.
|
||||||
|
|
||||||
|
Compiler
|
||||||
|
--------
|
||||||
|
- Remove internal notice when new system is used to emit code for a
|
||||||
|
particular classification.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
v18.0.0 (2021-06-23)
|
v18.0.0 (2021-06-23)
|
||||||
====================
|
====================
|
||||||
This release focuses primarily on compiler optimizations that affect runtime
|
This release focuses primarily on compiler optimizations that affect runtime
|
||||||
|
|
|
@ -648,8 +648,6 @@
|
||||||
<template match="lv:classify" mode="compile" priority="5">
|
<template match="lv:classify" mode="compile" priority="5">
|
||||||
<param name="symtable-map" as="map(*)" tunnel="yes" />
|
<param name="symtable-map" as="map(*)" tunnel="yes" />
|
||||||
|
|
||||||
|
|
||||||
<message select="concat( 'internal: new: ', @as )" />
|
|
||||||
<sequence select="compiler:compile-classify-assign( $symtable-map, . )" />
|
<sequence select="compiler:compile-classify-assign( $symtable-map, . )" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue