Skip to content

v3.3.0 Feature and bug-fix release

Choose a tag to compare

@dadhi dadhi released this 26 Apr 21:47
· 976 commits to master since this release

v3.3.0 Feature and bug-fix release

  • added: #235 [GodMode] Expression to IL intrinsic
  • added: #325 Add LightExpression.NewNoByRefArgs overloads for performance
  • added: #327 Replace direct il.Emit(OpCodes.Call, ...) with EmitMethodCall
  • added: #329 Optimize special case compilation for New and Call with no arguments
  • added: #330 Optimize nested lambda ClosureInfo memory footprint
  • fixed: #324 The LightExpression.New of IEnumerable is recursive
  • fixed: #328 Fix the performance of TryEmitConvert to String