Changes between Version 20 and Version 21 of FeaturesAndFixes


Ignore:
Timestamp:
Jun 17, 2016, 10:40:18 AM (8 years ago)
Author:
jan vrany
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v20 v21  
    88(stc, virtual machine, basic classes)
    99
     10
     11- 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.
    1012- ENH: Speed restart from snapshot (approximately 4 times) by speeding up various lookups See f7d321288000/stx.librun and fac1756ff585/stx.librun.
    1113- ENH: In STC generated code, always refer class object using {{{__STX_SomeClass}}} instead of just {{{SomeClass}}}, i.e., use {{{__STX_}}} prefix. This allow to {{{#undef SomeClass}}} in case it clashes with included definitions.