Changes between Version 21 and Version 22 of FeaturesAndFixes


Ignore:
Timestamp:
Dec 6, 2016, 10:38:59 PM (7 years ago)
Author:
jan vrany
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v21 v22  
    88(stc, virtual machine, basic classes)
    99
    10 
     10- FIX: Fixed nasty bug in memory manager causing VM to crash in LIFO remset processing after a scavenge. See commit 95424d78c089/stx.librun.
    1111- ENH: Added an API for smalltalk-level JIT compiler. For details, see [[https://groups.google.com/forum/#!topic/stx-jv/9lCXB65RTtA|API announcement]] and [[https://bitbucket.org/janvrany/jv-dragonfly/src/tip/CompiledCodeObjectExamples.st?fileviewer=file-view-default|examp;es]]. See 19a467599861/stx.librun.
    1212- ENH: Speed restart from snapshot (approximately 4 times) by speeding up various lookups See f7d321288000/stx.librun and fac1756ff585/stx.librun.