Skip to content

Poly/ML Release 5.9.1

Latest
Compare
Choose a tag to compare
@dcjm dcjm released this 18 Sep 12:16
· 64 commits to master since this release

Major Changes

Optimising code-generator for ARM/64

The native code-generator for the ARM 64 introduced in release 5.9 has been enhanced substantially to include similar optimisations as in the X86 version. This was largely completed some time ago but there were still bugs. These have now been fixed.

Minor changes

Fix Overflow exception packet in the interpreter (#164)
Fix to OS.Path.getParent "../.." (#167)
Fix to OS.FileSys.fullPath on old systems (#171)
Fixes to OS.FileSys.fileSize, OS.FileSys.setTime and OS.FileSys.modTime in Windows.