Skip to content

Commit

Permalink
Remove JIT compiler experiment
Browse files Browse the repository at this point in the history
ABIv1 direct mapping enforces protocol changes that severely
decrease BPF instruction per x86 cycle throughput to the point
where a JIT compiler becomes useless.

Direct mapping also took longer than expected to ship, effectively
freezing any ABIv2 work where a JIT compiler makes sense.

For now, remove the unused code.  Can be brought back in the future.
  • Loading branch information
riptl committed Feb 20, 2025
1 parent da170de commit 09fff12
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 3,873 deletions.
10 changes: 0 additions & 10 deletions src/flamenco/vm/jit/Local.mk

This file was deleted.

15 changes: 0 additions & 15 deletions src/flamenco/vm/jit/Makefile

This file was deleted.

83 changes: 0 additions & 83 deletions src/flamenco/vm/jit/dasm_proto.h

This file was deleted.

Loading

0 comments on commit 09fff12

Please sign in to comment.