Skip to content
Snippets Groups Projects
Commit 33295b20 authored by Philippe Suter's avatar Philippe Suter Committed by Rodric Rabbah
Browse files

Compile+run rather than interpret Swift actions.

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.
parent 12d311e8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment