Skip to content

Amalgam 54.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 17:34
9738dde

What's Changed

  • 21009: Adds support for macro AMALGAM_FAST_MEMORY_INTEGRITY, minor cleanup to EvaluableNode::Invalidate by @howsohazard in #190

  • 21015: Fixes rare issue where some nulls may fail a type check against other nulls, improves performance of type comparisons by @howsohazard in #191

  • 21018: Fixes issue where while opcode could be stuck in an infinite loop with performance constraints by @howsohazard in #192

  • 21019: Adds AMALGAM_FAST_MEMORY_INTEGRITY cmake target by @apbassett in #193

  • 21021: Fixes potential segfault by @howsohazard in #194

  • 21022: Cleans up logic in various places with minor corrections by @howsohazard in #195

  • 21030: Fixes potential bug when copying the map data from assocs -- the cycle check could be cleared. by @howsohazard in #196

  • 21035: Fixes potential crash when calling union, mix, or difference_entities opcodes by @howsohazard in #197

  • 21047: Fixes crashes with self-referential nodes used in certain opcodes. Also reclaims memory from intersect/union/mix operations. by @howsohazard in #198

  • 21053: Adds additional debugging capabilities related to AMALGAM_FAST_MEMORY_INTEGRITY and catching asserts by @howsohazard in #199

Full changelog: 636a874...9738dde