Skip to content
Snippets Groups Projects
  1. Feb 23, 2016
    • Philippe Suter's avatar
      Compile+run rather than interpret Swift actions. · 33295b20
      Philippe Suter authored
      Swift actions are now compiled at `init` time, then ran as a simple binary,
      rather than always be interpreted using `swift`. First invocation is only
      slighltly slower, all following are dramatically faster. Compile-time errors
      are reported as before. Note that if/when the container gets garbage-collected,
      the binary is not persisted so will be recompiled at following deployment.
      33295b20
  2. Feb 19, 2016
Loading