Changes between Version 7 and Version 8 of FeaturesAndFixes


Ignore:
Timestamp:
Aug 3, 2015, 9:52:58 AM (9 years ago)
Author:
vranyj1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesAndFixes

    v7 v8  
    88(stc, virtual machine, basic classes)
    99
    10 - FIX: Fixed a baad bug causing VM crash when one set a breakpoint on Java Method (commit 79868de791e7)
     10- ENH: Performance & functional improvement in FFI callouts (see de37550dc3dd/stx.libbasic)
     11- FIX: Fixed a baad bug causing VM crash when one set a breakpoint on Java Method (see librun commit 79868de791e7)
    1112- ENH: Fill in Block source position, i.e., an offset of opening bracket. Given a {{{Block}}} instance, one may ask for it's source position by {{{aBlock sourcePos}}}. Moreover, one can get a parse tree (RB) of the block by {{{aBlock parseTree}}}. This allows for nice optimizations in ''!PetitParser'' compiler.
    1213- FIX: Fixed bug in Java synchronized method invocation (see [https://swing.fit.cvut.cz/projects/stx-libjava/ticket/84 issue #84].