Skip to content

0.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 11:23
· 530 commits to master since this release
a7fc031
  • motoko (moc)

    • Add compiler flag --rts-stack-pages <n> to override default number of
      pages dedicated to fixed runtime system stack. Now defaults to 32 pages
      (2MiB) (up from previous 2 pages/128KiB) (#3782).
      In emergencies, increasing this setting may improve your ability to deserialize
      deeply nested Candid or stable variable data.

    • Add stack overflow detection utilising reserved page (#3793).

    • Performance improvement: heap allocator speedup (#3090, #3790).

    • bugfix: avoid more heap-out-bounds errors during deserialization of stable variables
      by increasing default runtime system stack from 128KiB to 2MiB (#3782).
      Note: this is a partial fix, as issues with stack growth remain.

  • motoko-base