SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for moarvm-devel-2018.12-43.23.x86_64.rpm :

* Fri Dec 28 2018 nineAATTdetonation.org- update to version 2018.12 + New (read|write)(u?int|num) ops for handling binary data + Replace MAST compiler by NQP code for writing bytecode + Fix repossessions that cause object size \"changes\" + Fix memory leak of MVMFrameExtra + Free spesh log entries after consuming them. Reduces memory usage + Add a cancel handler for filewatch tasks to prevent leaking + Fix double free in platform/sys.c + Fix \"pointer cast size mismatch\" warnings on 32-bit arch\'s to resolve issue #444 + Correctness improvements to the profiler + Fix a segfault that could occur due to missing Facts + Teach spesh about known values for PHI nodes + Unblock optimizing the box_
* into a fastbox. Allow box_i to go through int cache. + decont on nativeref shall become decont_
* + box_
* to more easily + Improved spesh log output + Improve handling of failure to join a thread, throw instead of + Use larger buffer for gethostname when available + Reimplement async socket introspection + Set callsite in frame for JIT spesh plugin resolve. + Discover type Facts of coerce_sI op + Fix a case where the UTF-16 decoder would have a corrupted final + Correct named argument type tuple index calc. Fixes memory access + Make bytecode dumper more resilient against invalid bytecode + Expr JIT templates for hllboolfor, radix_I, coerce_
*, extend_{u,i}
*, mul_i, sp_findmeth, serializetobuf, unbox_u + Use arithmetic right shift in JIT of brshift_i to ensure new bits + Fix trunc to casting upwards + JIT compile coerce_sI, param_rp_u, coerce_us, unbox_u, extend_{i8,u8,u32} and trunc_{i8,u8}, decodertakeallchars, writeint, writeuint, coerce_(iu|ui), extend_[ui]16, trunc_u(16|32)
* Sun Nov 11 2018 nineAATTdetonation.org- update to version 2018.10 + Improved performance and randomization of hashes + Speed up various string operations + Various Unicode fixes + Improves support for native ints and unsigned ints + Atomic ops for object attributes + Improvements to debugserver + Improvements to the JIT compiler + Plugin infrastructure for spesh + Fixes to memory leaks + Sort hashes before serialization for more reproducible builds + Implement one dimensional inlined shaped CArrays + Lots of small fixes and performance improvements
* Mon Jul 30 2018 bwiedemannAATTsuse.com- Add reproducible.patch to make build independent of build system CPU type (boo#1100677)
* Tue May 01 2018 nineAATTdetonation.org- update to version 2018.04.1 + Fix precision in Num and use Grisu3 algorithm for stringification + Use vectorization to speed up many string operations + Add support for the windows-932 variant of the ShiftJIS encoding + Fix bug in windows-1252 when a replacement occurs in the last position of the input stream + JIT expr templates for getstringfrom and getwvalfrom + JIT floor_n, continuationinvoke, ctx and a few ops that ThreadPoolScheduler uses + Measure and report time spent on JIT compilation + Ensure memory blocks in the nursery are aligned where necessary + Spot use of an item already put in a gen2 freelist + Suspend other threads during global destruction + Fix missing GC mark of deserializer contexts list + Optimize getrusage and log it in the profile + Add getsignals op, queries for valid signals + Guard against negative and zero signals in MVM_io_signal_handle + Make tryfindmeth not throw in some cases it did + Add missing write barrier enforcement in CPPStruct, CStruct + Use Fixed Size Allocator for all_scs list + Fix segfault on concurrent array access while resizing + Mark thread blocked around getaddrinfo + Convey the process ID of a started child + Fix optimization of wvals + Fix negated spesh of known type + Add optimize_unbox + Fix issues with optimization of boolean tests + Insert null-out-instructions before prof_enter + Cut module names out of filenames + Add metadata for ReentrantMutex and Semaphore + Fix loading bytecode on big endian systems + Correct lazy static lexical deserialization + Fix bytecodedump to understand inlines
* Tue Mar 20 2018 nineAATTdetonation.org- update to version 2018.03 + Add remote debugging support, optionally enabled with the --debug-port option + Add getppid op. Allows a child process to get the parent process id, and thus + Use uv_fs_copyfile API in MVM_file_copy + Make IO signal handlers cancellable + Add an tryfindmethod op which evaluates to null in the event that the method + Ignore libuv-caused \"fake\" empty datagrams + Expose both hostname and port of received datagrams + Add proper support for strict decoding and replacements in decodestream for windows1252/1 + Add some string consts in MVMStringConsts for MVMDecodeStream + optimize eq_s and ne_s against empty string in spesh + Bump libuv version 1.19.2 + Add JIT templates for more than 50 ops + Fix several bugs in the expr JIT compiler + Only BAIL on DEOPT_ONE annotations on actual guard ops in expr JIT + Support for threaded profiling has been added, although it is not fully stable yet + Clean up one-shot timers after firing + Fix missing argument to syncsocket error message + Fix EOF detection on zero-size files + Add windows-1251 (Cyrillic) decode/encode support + Make MVM_spesh_manipulate_remove_handler_successors() public + Fix MVM_spesh_log_decont not logging anything + Don\'t spesh log if we have a spesh_cand + Don\'t optimize getattr unless known concrete + Implement unmanaged_size in MVMSpeshLog repr + Run basic facts discovery on inlined code + Clean up handler successors after throwish ops become non-throwing + Put inlined blocks between their caller and its successor + Fix an off-by-one in uninline + Remove superfluous DEOPT_ONE_INS annotation on some deconts + Work around a segfault caused by type tuple without type information + Revive removal of dead instructions after the first inlined function + Fix SEGV when opening MVM_
*_LOG files + Better error in boxed ref for repr_id mismatch + Merge non-control-flow basic blocks so expr JIT has more code to optimize
* Thu Feb 01 2018 nineAATTdetonation.org- update to version 2018.01 + Faster string searching and other string improvements + New expression JIT + JIT compilation of native calls + Update Unicode database for Unicode 10 + Flush standard handles at exit + Flush output buffer where needed + Various improvements to spesh + Lots of bug fixes
* Mon Aug 21 2017 nineAATTdetonation.org- update to version 2017.08.1 + Dynamic optimization moved to a worker thread + New statistics model for making better specialization decisions + New argument guard, based around a tree, which means less checks need to be + More efficient usage of memory in hot paths + Lots of bug fixes (around optimization and string handling) + JIT improvements + Performance improvements + Make precompiled byte code reproducible + Enable native callbacks on different threads + Update TinyMT to version 1.1 + Implement atomic ops + Add nqp::coveragecontrol op
* Sat Jul 29 2017 nineAATTdetonation.org- update to version 2017.07 + Full Unicode 9.0 and Emoji 4.0 text segmentation support + Lots of speed-ups, especially in string processing and JIT compiler + Numerous bug fixes + Remove support for character level I/O - taken over by high level code + Remove arbitrary string repeat limit + Remove synchronous process support - now done using async code + Re-implement synchronous sockets without using libuv + Add ability to get port from already bind-ed socket + Add cpucores op to get the number of CPU cores + Re-implement print/say debug output ops to encode and then use binary I/O + Eliminate use of libuv in synchronous file handles + Support merge_bytes in async proc ops, for reading STDOUT and STDERR + Support binding handles to file descriptors in async procs + Add string eqat/index ignorecase+ignoremark functions + Add new eqaticim_s and indexicim_s ops ignorecase+ignoremark + Add improved support for GCB=Prepend + Improve Regional Indicators support during normalization + Serialize a Decoder REPR object into null, so incidental file handle + Fix newline translation in various encoding\'s streaming decoder
* Wed Jun 07 2017 nineAATTdetonation.org- Explicitly state build requirement to fix build on Fedora
* Fri Jun 02 2017 nineAATTdetonation.org- update to version 2017.05 + Mark profiler call graphs iteratively instead of recursively + Keep around line number annotations in spesh, for more accurate source + Introduce \"telemeh\", a high-precision-time low-impact logger + Fix error reporting in chdir + Fix memory leak on error in chdir + Fix bug in index ignorecase and equal at ignorecase + Fix all known remaining bugs in indexic and eqatic + Zero slot when popping a VMArray, to avoid junk reads if it grows again later + Add can_fit_into_8bit funct, put logic used many places into one function + Use -1 instead of 0 when long right-shifting negative smallints + Remove workaround for tommath issue #56, which is now fixed upstream + Don\'t crash on reading a closed dir handle + Remove deprecated async string I/O ops
* Tue Apr 18 2017 nineAATTdetonation.org- update to version 2017.04 + Shorten the nursery when creating large bigints, to bring GC forward and + Use correct format for repeat/concat errors + Fix bug in indexic_s if expanding codepoint is the last codepoint + Speed up MVM_nfg_is_concat_stable + Do not set use rpath if installing into proper system locations + Optimize passes_quickcheck_and_zero_ccc to be much faster + Give this_repr constants more meaningful names to aid debugging + Streamline MVM_bigint_radix and MVM_radix for Nd Unicode #\'s + Fix case-insensitive string compare bug when synthetics are in the haystack + Improve description for \"should eventually be unreachable\" error + Correctly detect and handle overflow in mp_get_int64 + Split into mp_get_int64 and mp_get_uint64 + Only allocate and normalize for cp\'s that require it in MVM_string_chr, and + Provide a better error when failing to encode surrogates in UTF-8 + Add a cast to suppress a compiler warning in strings/ops.c + Factor out code from equal_at_ignore_case for use in index_ignore_case also + Use both hex and decimal for UTF8 encoding error messages + Use PRIu64 in fprintf\'s to fix compiler warning about incorrect types + Add a check that introspection->is_tty is not NULL, avoiding a crash + Mention debug_name in errors about uncomposed repr + Cope with a native type with no nativesize, but signedness + Remove two functions in normalize.c that have been superseded + Give collapse_strands a 5.4% speed boost under some workloads + Add MVM_string_graphs_nocheck funct, use it in places we previously already + Have a two-part loop in collapse strands to make loop tighter when possible + Implement serialize/deserialize in VMHash REPR. + Use memmem in string index. Uses Knuth-Morris-Pratt on glibc, and adds the + Fix a join NFG bug when there was an empty string and an empty seperator + Reorder MVMStaticFrameBody to save 16 bytes according to pahole; similarly + Remove arbitrary and small length range check for reading bytes from a file + Greatly reduce contention in the fixed-size allocator for multi-threaded + Mark thread GC blocked when doing synchronous writes + Add missing MVMROOT when reading bytes, which could result in occasional- Remove moarvm-remove-rpath.diff as the issue has been fixed upstream.
* Sun Mar 19 2017 nineAATTdetonation.org- update to version 2017.03 + Fix loads of performance and stability issues
 
ICM