Commit d030a12
committed
Script worker
Add a new worker called "script", which compiles previously introduced
parser using LLVM into bytecode for execution. It also provides a set of
functionality available at runtime for such scripts.
Note that it's a breaking change in terms of the interface. If before
the workload configuration was passed as a first positional argument,
now it has to be passed via `-c workload.toml`, to distinguish from
passing a script via `-f script.ber`.1 parent 3464e60 commit d030a12
9 files changed
Lines changed: 981 additions & 54 deletions
File tree
- src
- worker
- workloads
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
0 commit comments