Skip to content

Commit

Permalink
Add keyword argument constant propogation to News (JuliaLang#36292)
Browse files Browse the repository at this point in the history
I think JuliaLang#35976 is a pretty big deal since it makes all of SciML suddenly infer a lot better, and probably another big library that's splatting keyword arguments. So I added a note to the compiler/runtime improvements.
  • Loading branch information
ChrisRackauckas committed Jun 15, 2020
1 parent 8d91b11 commit 4331b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Compiler/Runtime improvements
* All platforms can now use `@executable_path` within `jl_load_dynamic_library()`.
This allows executable-relative paths to be embedded within executables on all
platforms, not just MacOS, which the syntax is borrowed from. ([#35627])
* Constant propogation now occurs through keyword arguments ([#35976])

Command-line option changes
---------------------------
Expand Down

0 comments on commit 4331b24

Please sign in to comment.