Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

v1.1.0 Infinite Loop Iteration Limit

Compare
Choose a tag to compare
@SahilK-027 SahilK-027 released this 21 Jul 14:34
· 71 commits to main since this release
422e2de

Programming Language v1.1.0 Release - Infinite Loop Iteration Limit 🚀

Change Log

  • New Feature

    • Infinite Loop Iteration Limit
    • Added support for setting an iteration limit to upto 1million iterations for loops to prevent infinite loops.
  • Bug Fixes

    • Fixed memory leak issue in the garbage collector.
    • Resolved crashes caused by concurrent thread access to shared resources.
    • Improved performance of the compiler by optimizing code generation.