github PerryTS/perry v0.4.22

latest releases: v0.5.1220, v0.5.1219, v0.5.1206...
3 months ago

Bug Fixes

  • Module-level array .push() lost values from nested calls in loopsstmt_contains_call() in codegen only checked conditions of for/while/if/switch statements, not their bodies. When a non-inlinable function called from inside a loop body modified a module-level array via .push() (causing reallocation), the caller's cached Cranelift variable was never reloaded from the global slot, leaving a stale pointer to abandoned arena memory.

Don't miss a new perry release

NewReleases is sending notifications on new releases.