Skip to content

Commit

Permalink
Get latest MoarVM.
Browse files Browse the repository at this point in the history
* Improvements to memory management of various aspects of invocation
  records (aka call frames), greatly reducing memory pressure in a
  number of cases, especially in applications that produce and store a
  large number of closures. Up to 20% improvement to CORE.setting
  build time and ~10% peak memory use reduction observed.
* I/O memory buffers properly contribute to full collection criteria,
  reducing memory overhead required.
* Fix an occasional heap profiler crash, and prevent heap profiler
  from greatly reducing the number of full GC collections.
* Prevent specializer log slots from keeping alive, and so leaking,
  objects once specialized code has been produced.
* Fix regression in UTF8-C8 encoding.
* Fix build under (perhaps just older versions of) MSVC.
  • Loading branch information
jnthn committed Jan 10, 2017
1 parent aee7af3 commit e182deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2016.12-87-g9c2f39c
2016.12-89-ge3cf5bc

0 comments on commit e182deb

Please sign in to comment.