SHA256
1
0
forked from pool/moarvm

62 Commits

Author SHA256 Message Date
4c473cb6bd Accepting request 1175980 from home:mschreiner:branches:devel:languages:raku
- Update to 2024.04
- Changes from 2024.04:
  + Increase the size of the int-to-str cache to 65
  + Use atomic operations for on SerializationReader's working flag
  + Fix memcmp call
- Changes from 2024.03:
  + Add a GitHub release build workflow (ubuntu, macos, windows)

OBS-URL: https://build.opensuse.org/request/show/1175980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:raku/moarvm?expand=0&rev=8
2024-05-23 06:06:47 +00:00
06402c6476 Accepting request 1162967 from home:niner9:branches:devel:languages:raku
OBS-URL: https://build.opensuse.org/request/show/1162967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:raku/moarvm?expand=0&rev=6
2024-03-27 18:30:38 +00:00
7342f51f4f OBS-URL: https://build.opensuse.org/package/show/devel:languages:raku/moarvm?expand=0&rev=1 2023-10-05 09:29:54 +00:00
d848d5a84f Accepting request 1149760 from home:pgajdos:m
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1149760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=91
2024-02-24 09:36:32 +00:00
ce17685a1e Accepting request 1007423 from home:niner9:branches:devel:languages:perl6
- update to version 2022.07
+ Attempt at implementing a "bytecode-size" dispatch
+ Run finalizers even with tc->last_handler_result
+ Set facts on disp prog translation of int and num lits
+ Commit some missed uint things
+ Add missing SC write barriers to atomic attr bind and cas
+ Fix sign comparison warnings in coerce_su implementation
+ Mimalloc should only release memory to the OS at exit if --full-cleanup was
  used
+ Add write_uint16_at method to MAST::Bytecode
+ JIT atposref_u + getattrref_u
+ Fix mis-spesh of native calls

OBS-URL: https://build.opensuse.org/request/show/1007423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=89
2022-10-01 11:42:52 +00:00
726f375bc9 Add missing changes entry for removed patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=87
2022-04-03 10:06:23 +00:00
d7e703247c Accepting request 966629 from home:niner9:branches:devel:languages:perl6
- update to version 2022.03
+ Bump mimalloc to v2.0.5
+ The result of a getenv() call should not be freed
+ Some nativeref optimizations and fixes
+ Fix all returned native integers getting treated as signed
+ Fix potential invalid free in nativecall
+ Add missing _u cases to disp program callsite code
+ Correctly allocate/free CStrs when using mimalloc
+ Root orig since MVM_frame_capturelex can allocate
+ Restore jitting of sp_getarg_[inso]
+ Jit even more *_u versions of ops
+ Fix frame walker finding wrong value after multi level inlining
+ Fix spesh of named uint parameters
+ Add an MVM_nativecall_encode_string function

OBS-URL: https://build.opensuse.org/request/show/966629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=86
2022-04-03 09:53:42 +00:00
42b96b9479 Accepting request 965160 from home:niner9:branches:devel:languages:perl6
- Fix installation on RHEL7
  On Redhat based distros, rpm's auto-provides requires shared libs
  to be executable.

OBS-URL: https://build.opensuse.org/request/show/965160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=85
2022-03-27 08:17:58 +00:00
12d3558e71 Accepting request 965155 from home:niner9:branches:devel:languages:perl6
- Fix build on RHEL7 which seems to lack libzstd

OBS-URL: https://build.opensuse.org/request/show/965155
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=84
2022-03-27 07:41:04 +00:00
c0331e7d9a Accepting request 959741 from home:niner9:branches:devel:languages:perl6
- Backport fix for issue discovered after release.
  Add moarvm_wrong_value_after_multi_level_inlining.diff to be removed
  with the next version.

OBS-URL: https://build.opensuse.org/request/show/959741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=82
2022-03-06 18:32:37 +00:00
928013ec78 Accepting request 957337 from home:Andreas_Schwab:Factory
- On Factory use system libraries instead of bundled ones: libtommath,
  libuv
- Use libffi instead of bundled dyncall
- Use C11 atomics on riscv64 instead of bundled outdated libatomic_ops
- Add libzstd for heap snapshot format version 3
- Build with %{optflags}

OBS-URL: https://build.opensuse.org/request/show/957337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=81
2022-02-24 12:28:26 +00:00
3448093904 Accepting request 956841 from home:niner9:branches:devel:languages:perl6
- Build with --no-mimalloc to work around bugs revealed post-release.
  To be removed again with the next version.
- Fix runtime dependencies on s390x on openSUSE Leap

OBS-URL: https://build.opensuse.org/request/show/956841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=80
2022-02-22 18:27:04 +00:00
3d7b97d8c6 Accepting request 956526 from home:niner9:branches:devel:languages:perl6
- Fix build on s390x by using libffi instead of dyncall on that arch 
- update to version 2022.02
+ Introduce a new generalized dispatch mechanism.
  It results in a more uniform architecture for all kinds
  of dispatch, delivering better performance on a range of
  langauge features. For more information see
  https://6guts.wordpress.com/2021/09/29/the-new-moarvm-dispatch-mechanism-is-here/
+ Native unsigned integers are now first class citizens
+ Replace home grown allocator with mimalloc for better performance
+ Improvements to the debugger
+ Many newly JITed instructions
+ Fix finalizers of gen2 objects rarely getting run
+ Fix segfaults in nqp::hllboolfor, after capture-replace-literal-arg with different kind, when
  a frame has more than 8192 locals, due to race condition when initializing native call sites, due
  to out of bounds read of PHI facts in spesh, due to uninitialized register after PEA and inlining
+ Fix possible access to fromspace after deopt materialization, when autoboxing return values and
  in NativeCall callbacks
+ Fix a bug in `report_deserialize_callsites_violation`
+ Negative numbers should not be prime
+ Avoid thread safety issues in intern lookups
+ Close socket on async error during an async connection
+ Use callp instead of call in jit of new(mixin)type
+ Fix JITed return from nested runloops
+ Fix invalid pred chain caused by MVM_spesh_manipulate_split_BB_at
+ Stream Decoder: Disallow incomplete code at EOF
+ Respect `--full-cleanup` in `nqp::exit`
+ Many optimizations and performance improvements
- Remove moarvm-fix-memory-leak.diff as fix has been upstreamed
- Remove moarvm-fix-segfaults-in-native-callbacks.diff as fix has been upstreamed

OBS-URL: https://build.opensuse.org/request/show/956526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=77
2022-02-21 16:39:25 +00:00
0b89c3a7fb Accepting request 914759 from home:niner9:branches:devel:languages:perl6
- Backport a fix for segfaults in NativeCall callbacks from moarvm master
  Add moarvm-fix-segfaults-in-native-callbacks.diff to be removed on the next release

OBS-URL: https://build.opensuse.org/request/show/914759
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=76
2021-08-28 10:33:19 +00:00
6515fecd05 Accepting request 914564 from home:niner9:branches:devel:languages:perl6
- Backport a memory leak fix from moarvm master
  Add moarvm-fix-memory-leak.diff to be removed on the next release

OBS-URL: https://build.opensuse.org/request/show/914564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=75
2021-08-27 10:06:36 +00:00
28ef013ee0 Accepting request 913540 from home:niner9:branches:devel:languages:perl6
- update to version 2021.08
+ Fix another bug in `MVM_str_hash_fsck`
+ Free filename if exception when loading bytecode
+ Switch `MVM_coerce_n_s` to Ryū from Grisu3 with a `sprintf` fallback
+ Add JIT templates for `(bind|get)attr(s)?_*`
+ Fix deadlock by untimely GC in multi-threaded programs
+ Fix spesh optimizing away still needed label register

OBS-URL: https://build.opensuse.org/request/show/913540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=74
2021-08-22 10:03:10 +00:00
77ba58ba15 Accepting request 908134 from home:niner9:branches:devel:languages:perl6
- update to version 2021.07
+ Fix "Collectable in a gen2 freelist accessed" when deserializing a method cache
+ Fix possible acces to a freed SC during deserialization
+ Convert more realloc+memset(0) to recalloc
+ Fix some bugs in the various `hash_fsck` functions
+ Fix read buffer overflow in bytecode dumper
+ Fix overflows on slight reallocations of fixed size alloced buffers
+ Fix error handling of mkdir
+ Assign the result of a socket(2) call immediately
+ Fix memory corruption by accessing freed spesh stats
+ Fix ShiftJIS decoder bug where a replacement is used
  and a decoding error is encountered after '\r' character

OBS-URL: https://build.opensuse.org/request/show/908134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=73
2021-07-25 11:23:34 +00:00
a8a3129b85 Accepting request 905570 from home:niner9:branches:devel:languages:perl6
- update to version 2021.06
+ Set sc.idx during deserialization to avoid costly lookup later
+ Try to trap concurrent hash accesses
+ Fix a case of heap-use-after-free rarely affecting `t/spec/S17-promise/nonblocking-await.t`

OBS-URL: https://build.opensuse.org/request/show/905570
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=72
2021-07-10 14:33:25 +00:00
4eff3996a9 Accepting request 895188 from home:niner9:branches:devel:languages:perl6
- Forward port reproducible.patch after build system changes
- update to version 2021.05
+ No longer require an exception as argument of nqp::backtrace
+ Remove nqp::time_i and nqp::time_n in favor of nqp:time which just return integer nanoseconds since the epoch
+ Deprecate now unused graphs_s operator
+ Eliminate the sec_n, asec_n and sech_h operators, which are no longer used
+ Prohibit hllbool when the HLL doesn't have special booleans
+ Add a setup_notify handler and queue to nqp::signal to avoid race conditions when setting up a signal handler
+ Fix getobjsc returning NULL when the object has no SC
+ Always log the type coming out of an nqp::decont
+ Make smrt_intify specializable like other smrt_* operators
+ More thorough --full-cleanup
+ Do not downcast bytes argument to write()/send() calls
+ Fix spesh missing writes to containers
+ Fix missing gc_mark of simstackframe's arg_types
+ Propagate spesh facts after optimizations
+ Fix getting garbage numbers after spesh optimized away smart_intify
+ Fix inlines missing synthetic deopt points
+ Constrain C pointer serialization to sizes <= INT32_MAX
+ Fix possible GC upset caused by half-deserialized STables
+ Use the FSA for MVMActiveHandlers
+ Fix a segfault in VMArray's copy_elems
+ Fix a segfault on trying to use an untyped array with buffer write functions
+ Fixing generated backtraces missing inlined frames
+ Save a malloc+free per frame when creating a Backtrace object
+ Fix a memory leak related to Unicode hashes
+ Only call MVM_jit_bytecode_dump_enabled if code is non-NULL
+ Fix JITed ordfirst/ordat/ordbaseat returning 4294967295 instead of -1
+ Fix expr JITed ordbaseat and getcpbyname returning 4294967295 instead of -1
+ Fix spesh removing not-really-dead code
+ Fix possible segfault on exit when using spesh log

OBS-URL: https://build.opensuse.org/request/show/895188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=70
2021-05-24 14:34:01 +00:00
b842946461 Accepting request 881717 from home:niner9:branches:devel:languages:perl6
- update to version 2021.03
+ Improve serialization of C types
+ Introduce `platform/socket.h`
+ Fix confused profiler output in multi-threaded apps

OBS-URL: https://build.opensuse.org/request/show/881717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=68
2021-03-28 10:20:09 +00:00
a4a9ccc940 Accepting request 874248 from home:niner9:branches:devel:languages:perl6
- update to version 2021.02
+ Introduce new hash implementation based on Robin Hood Hash
+ Fixed serveral memory leaks
+ Fixed several segfaults
+ Improvements to the debug server
+ Fix MVM_file_isexecutable() when being root
+ Give io loop thread and spesh thread a name
+ Several improvements to spesh
+ Introduce the setthreadname op
+ Fix case insensitive string matching with an empty string
+ Fix CStruct handling of inlined attributes
+ Don't obliterate lib_name in exception text of NativeCall
+ Allow for explicitly marking the mainline_frame in the bytecode
+ Possibly fix MVM_panic from entering GC during spesh
+ Fix some possible double frees
+ Add methods WHICH and raku to MAST::Frame for easier debugging
+ JIT compile some more ops

OBS-URL: https://build.opensuse.org/request/show/874248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=66
2021-02-22 08:35:33 +00:00
ad163597aa Accepting request 805632 from home:niner9:branches:devel:languages:perl6
- update to version 2020.05
+ Use the FSA for ConcBlockingQueue
+ Use memcpy instead of strncpy
+ Fix some compiler warnings
+ Fix numerous very rare but possible GC bugs
+ Align offsets in P6opaque.c
+ Don't null-terminate string when stringifying int
+ Improve handling of errors in native callbacks
+ Use smaller buffer for native int to str coercion
+ Fix deadlock when trying to report an unsupported NativeCall return type
+ Improve memory usage of utf8-c8 encoding
+ Make profiling more stable, resolving potential panics
+ Add more ops to be profiled for allocations
+ Give MVMSpeshAnn an "order" field to improve diagnostic output
+ Let encode take a preallocated buffer
+ Fix a tiny mistake in containers implementation
+ Add a value_desc_cont container descriptor, which brings the needs of Rakudo's Scalar into the VM
+ Fix invalid reads when freeing native callback cache
+ Implement calculation of unmanaged size for CArray
+ Bounds check codepoint passed to chr
+ Add missing args spesh coercion validation
+ Make OSR work in frames from invokewithcapture
+ JIT nextdispatcherfor
+ Update libuv to version 1.35.0
+ Fix segfaults in MVM_spesh_plugin_guard_list_mark, in profiler and the JIT compiler
+ Fix various memory leaks, mostly relevant to running with --full-cleanup

OBS-URL: https://build.opensuse.org/request/show/805632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=64
2020-05-14 15:49:40 +00:00
f5482080d6 Accepting request 781554 from home:niner9:branches:devel:languages:perl6
- update to version 2020.02
+ [ca2a4c4c5] Resolve hostnames given a socket type, protocol, and passivity
+ [d606d9112,b1ff3d826,cf44a3686,cf44a3686,7920f2cc4,cfecd54bd,82f2719ce,e9a63e03f,296bedfa6,
  3bbab8c4b,f56248139,5a2f4ed47,056c523db,192f0433c] Switch our libtommath to upstream's 1.2.0
+ [17935040a,1fbbb9335,a51428429,7877b0376,e67022405,10f98288c,f32b383cc,76d34faf1,d9c087f36]
  Handle return values from libtommath functions
+ [1d80b6038] Fixes for MVM_bigint_pow
+ [dfdaf19a8] Use right size+sign in comparison in MVM_bigint_rand
+ [9709537d9] Serialize the names of closures
+ [f47f53110] Update libuv to version 1.34.2
+ [0814ab4d8] Negative numbers should not be prime
+ [2296bcaed] New libtommath that builds bn_mp_set_double.c...
+ [4d7c7e142] Clear callsite of bottom frame when uninlining
+ [657b536cf,2cc4d3027] Update dyncall submodule
+ [978480b28] Mark cmp_tc static to avoid linker errors
+ [a71eee4c2] Allow closing handle bound to async proc stdin
+ [dd20883c3] Align MVM_args_get_required_pos_num with what the JIT actually expects

OBS-URL: https://build.opensuse.org/request/show/781554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=62
2020-03-04 14:46:53 +00:00
d3c5b342f8 Accepting request 767990 from home:niner9:branches:devel:languages:perl6
- update to version 2020.01.1
+ [105d09d62] Fix NativeCall libraries losing state during repossession
+ [7b8ed6308,a3ec7f315,921c8de84,9d053b8e9,8ac8afcc2,611532317,0995f19b9,fce208cb1,72941ee22,
   9166ea591,61ac671ea] Fix several more compiler warnings
- Remove moarvm-fix-segfaults-in-openssl.diff as the issue has been fixed upstream

OBS-URL: https://build.opensuse.org/request/show/767990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=60
2020-01-28 13:38:37 +00:00
531429df3c Accepting request 761267 from home:niner9:branches:devel:languages:perl6
- Add moarvm-fix-segfaults-in-openssl.diff fixing segfaulty regression
  noticed too late for the release.

OBS-URL: https://build.opensuse.org/request/show/761267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=58
2020-01-06 19:46:59 +00:00
baeee52a18 Accepting request 761105 from home:niner9:branches:devel:languages:perl6
- update to version 2020.01
+ Fix relocatability of modules using NativeCall
+ Fix segfault caused by deopt all in NativeCall callback
+ Fix segfaults caused by JITed takehandlerresult returning NULL
+ Fix frame walker segfaults caused by deopt of a caller on a different thread
+ Fix memory corruption after cancelling signal
+ Allow getting absolute epoch startup time of VM in vmeventsubscribe
+ Add support for '−' (U+2212) minus for nqp::radix(_I)
+ Clean up MVM_io_resolve_host_name and make it more portable
+ Move to C99, compile with -Wall -Wextra and fix preexisting compiler warnings
+ Jit ordbaseat
- Remove MoarVM-buildroot-fix.diff as the issue has been fixed upstream

OBS-URL: https://build.opensuse.org/request/show/761105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=57
2020-01-06 11:26:30 +00:00
1c80b5dfc1 Accepting request 752701 from home:niner9:branches:devel:languages:perl6
- Backport fix for buildroot in packaged files in MoarVM-buildroot-fix.diff

OBS-URL: https://build.opensuse.org/request/show/752701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=54
2019-12-01 14:48:23 +00:00
e75566ae1c Accepting request 751851 from home:niner9:branches:devel:languages:perl6
- update to version 2019.11
Features;
+ Update Unicode to 12.1
+ Add GB18030 encode, decode and decodestream support
+ Introduce vmevent, "VM Event Subscription"
+ Improvements to the profiler, including a new heapsnapshot format with zstd
  support and improvements to the profiler's "confprog" probe language
+ Add MVM_vm_run_bytecode() as alternative to MVM_vm_run_file()
+ Improve hostname resolution with better support for IPv6
+ Partial escape analysis
+ Support JIT compilation of floating point operations
+ Support for deoptimization in the expression JIT
+ Jit getuniprop_(int|bool|str), captureposarg_n, smrt_intify
+ Various smaller performance improvements
+ Fix more than 40 garbage collection related bugs leading to segfaults and other issues
+ Make MVM_file_is_rwx honor root and groups
+ Fix crashes when destroying threads
+ Stability fixes
+ Fix pointer arithmetic in inlined CArrays in CStruct/CPPStruct REPRs
+ Put limits on local and inline counts for inlining to avoid overly long spesh blockages
+ Fixed some memory leaks
+ Improvements to the debug server
+ NativeCall: improvments to error messages
+ Improve Unicode handling with paths
+ Show correct bad bytes in encoding errors
+ Improvements to documentation
- Remove fix-build.patch as the issue has been fixed upstream

OBS-URL: https://build.opensuse.org/request/show/751851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=52
2019-11-29 10:09:05 +00:00
5bb3f7a8a2 Mention adding fix-build.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=50
2019-09-10 06:33:05 +00:00
70ccd3be1b - update to version 2019.07
+ Fix several segfaults
+ Fix inlining CStruct and CUnion in CPPStruct REPR instances
+ Fix a couple of memory leaks
+ Many updates to the heap profiler
+ Make builds of mbc files reproducible
+ Many performance improvements
+ Add freemem and totalmem ops

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=49
2019-07-18 08:22:31 +00:00
e92fb919a1 Accepting request 693910 from home:niner9:branches:devel:languages:perl6
- update to version 2019.03
+ New partial escape analysis allows objects to be replaced by registers
+ Fix memory leaks
+ Fix memory corruption issues
+ Fix wrong type selection for push_* And pop_*
+ Fix inline end annotation motion on BB deletion
+ Fix segfaults related to corrupted CStruct STables. Fixes issue #2564
+ Optimize bindattr_i on CStruct to a cheap direct memory access
+ Turn elems On VMArray Into Direct Memory Access
+ Fix nativecall refresh clearing used child object pointers
+ randscale_n and rand_I are not pure ops, so don't mark them as such
+ Support endian switching in writenum and readnum
+ Call strerror for directory errors so we get error text not just an error code on POSIX platforms
+ JIT compile getlexref_u*, stat, lstat, (open|read|close)_dir
+ Fix JITed extend_u8 accidentally extending 16 bits.
+ Fix rw args of native calls not getting updated if JIT compilation fails
+ Support double type arguments in NativeCall JIT
+ Fix call to memcpy with NULL *src in lego JIT compiler
+ Fix JIT compiled getcodename not always dieing on type objects
+ Ensure last_payload and plugin_guard_args are valid so spesh plugins can be used outside speshresolve
+ Handle non-merge case of PHI
+ Add BOOTHash to spesh cheat list
+ Disable inlining when running the debug server
+ Add a limit on spesh plugin guard set size
+ Allow dead instruction elimination in inlines
+ Teach optimize_smart_coerce About Boot Types
+ Fix harmless off-by-one preventing optimization
+ Add op name to JIT "bailed completely" error
+ Remove obsolete MAST compiler
+ Integrate scalar replacement with profiling

OBS-URL: https://build.opensuse.org/request/show/693910
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=47
2019-04-13 12:30:53 +00:00
e392dc53af Accepting request 662292 from home:niner9:branches:devel:languages:perl6
- 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)

OBS-URL: https://build.opensuse.org/request/show/662292
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=45
2019-01-01 14:34:05 +00:00
f140d10d2e Accepting request 648564 from home:niner9:branches:devel:languages:perl6
- 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

OBS-URL: https://build.opensuse.org/request/show/648564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=43
2018-11-12 14:03:27 +00:00
78982e69a5 Accepting request 626135 from home:bmwiedemann:branches:devel:languages:perl6
Add reproducible.patch to make build independent of build system CPU type (boo#1100677)

OBS-URL: https://build.opensuse.org/request/show/626135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=41
2018-07-30 06:38:56 +00:00
6a09a50547 Accepting request 602779 from home:niner9:branches:devel:languages:perl6
- 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

OBS-URL: https://build.opensuse.org/request/show/602779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=39
2018-05-01 07:30:14 +00:00
7864852f41 Accepting request 589089 from home:niner9:branches:devel:languages:perl6
- 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

OBS-URL: https://build.opensuse.org/request/show/589089
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=37
2018-03-20 10:19:51 +00:00
ee07cf647b Accepting request 574660 from home:niner9:branches:devel:languages:perl6
- 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

OBS-URL: https://build.opensuse.org/request/show/574660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=35
2018-02-09 13:38:13 +00:00
3faec18833 Accepting request 518002 from home:niner9:branches:devel:languages:perl6
- 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

OBS-URL: https://build.opensuse.org/request/show/518002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=32
2017-08-21 21:20:41 +00:00
634968070f Accepting request 512991 from home:niner9:branches:devel:languages:perl6
OBS-URL: https://build.opensuse.org/request/show/512991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=30
2017-07-29 08:37:56 +00:00
e45887395e OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=28 2017-06-14 12:11:39 +00:00
04cce1ab62 Accepting request 501674 from home:niner9:branches:devel:languages:perl6
OBS-URL: https://build.opensuse.org/request/show/501674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=27
2017-06-07 10:48:05 +00:00
7fc60cba38 Accepting request 501659 from home:niner9:branches:devel:languages:parrot
OBS-URL: https://build.opensuse.org/request/show/501659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=26
2017-06-07 10:19:38 +00:00
07049b660d adapt changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=24
2016-12-21 12:47:29 +00:00
f549a17faf Accepting request 447199 from home:niner9:branches:devel:languages:parrot
Update to MoarVM 2016.12

OBS-URL: https://build.opensuse.org/request/show/447199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=23
2016-12-21 12:46:41 +00:00
2305d89677 Accepting request 435598 from home:niner9:branches:devel:languages:parrot
OBS-URL: https://build.opensuse.org/request/show/435598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=21
2016-10-17 09:21:37 +00:00
201f6c12cb Accepting request 414802 from home:niner9:branches:devel:languages:parrot
OBS-URL: https://build.opensuse.org/request/show/414802
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=19
2016-07-25 09:17:50 +00:00
fdf964b52b Accepting request 357357 from home:niner9:branches:devel:languages:parrot
Upgrade to 2016.01

OBS-URL: https://build.opensuse.org/request/show/357357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=17
2016-02-02 14:03:19 +00:00
cab80e16d1 - update to 2015.05
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=13
2015-06-11 15:09:07 +00:00
df79533863 update to 2014.08
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=11
2014-08-22 12:05:50 +00:00
c80647d75f - fix file list for i586 debuginfo builds
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl6/moarvm?expand=0&rev=9
2014-03-11 10:24:49 +00:00