Skip to content
  • Yorick Peterse's avatar
    Added basic keyword argument optimisation · 91e9b274
    Yorick Peterse authored
    The pass OptimizeKeywordArguments replaces keyword arguments with
    positional arguments whenever the keyword arguments are passed in the
    same order as they are defined. This should reduce the need for special
    VM instructions for most message sends that involve keyword arguments.
    91e9b274