Changes between Version 85 and Version 86 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-12-02T18:05:47Z (5 years ago)
Author:
Jiri Svoboda
Comment:

Ccheck, GZX, /srv, perf

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v85 v86  
    5454 * [https://github.com/jxsvoboda/gzx/commits/master GZX], a ZX Spectrum emulator
    5555   * Experimental HelenOS support in upstream since January 2018
    56  * {{{tester ping_pong}}} benchmark now computes average and standard deviation across multiple runs
     56   * Now available via a harbour/package ({{{pkg install gzx}}})
     57 * [https://github.com/jxsvoboda/sycek Ccheck], C-style checker used to check HelenOS code ported to HelenOS
     58   * Available via harour/package ({{{pkg install sycek}}})tt
     59 * {{{perf}}} is a new tool collecting several simple benchmarks
     60   * {{{perf ns_ping}}} moved from {{{tester ping_pong}}} now computes average and standard deviation across multiple runs
     61   * {{{perf ping_pong}}} IPC ping-pong benchmark using new dedicated IPC test server
     62   * {{{perf malloc1}}}, {{{perf malloc2}}} two simple user-space memory allocator benchmarks
    5763 * {{{contacts}}} is a trivial interactive utility to demonstrate the use of SIF
    5864
     
    7076 * Further work on reviving [http://ci.helenos.org/latest/doxygen/ Doxygen Reference]
    7177 * Init data is now stored as a tar archive of gzip-compressed files
    72  * Server binaries under {{{/srv}}} are now in sub-directories
     78 * Server binaries under {{{/srv}}} are now in sub-directories (and /srv is no longer a search dir for commands)
    7379 * Init data can now be configured to be uncompressed (used by default ont GTA02 and ski) for faster boot
    7480 * Can compile with undefined behavior sanitizer in either kernel, user space or both