Skip to content
Snippets Groups Projects
Commit 19aa444c authored by Raymond Toy's avatar Raymond Toy
Browse files

Update from logs.

parent 0d3125cf
Branches rtoy-unicode-6.2
Tags snapshot-2013-03-a
No related merge requests found
......@@ -67,6 +67,11 @@ New in this release:
* String reverse is much faster (upto 20 times).
* REVERSE and NREVERSE on strings will reverse surrogate pairs.
(Previously, surrogate pairs weren't reversed.)
* Correct some mistakes in optimizing code where variables are
declared as FLOAT. Some optimizations were missed because FLOAT
is represented internally as a UNION type, confusing the type
derivation code.
* Clean up and optimize x86 move VOPS and length/list VOP.
* Trac Tickets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment