Remove mention of BCC

This commit is contained in:
Greg Fitzgerald
2019-01-30 17:35:20 -07:00
parent 5b8e7bfcf2
commit c536a0bf04

View File

@ -21,9 +21,7 @@ used to reference the program in subsequent transactions.
A program may be written in any programming language that can target the A program may be written in any programming language that can target the
Berkley Packet Filter (BPF) safe execution environment. The Solana SDK offers Berkley Packet Filter (BPF) safe execution environment. The Solana SDK offers
the best support for C programs, which is compiled to BPF using the [LLVM the best support for C programs, which is compiled to BPF using the [LLVM
compiler infrastructure](https://llvm.org). Alternatively, a client might compiler infrastructure](https://llvm.org).
choose to bypass LLVM and use Python, Lua or C++ to generate BPF directly via
the [BPF Compiler Collection](https://github.com/iovisor/bcc) (BCC).
## Storing State between Transactions ## Storing State between Transactions