google / buzzer

Apache License 2.0
411 stars 28 forks source link

Rename all to to be more consistent with the ebpf spec #29

Closed thatjiaozi closed 1 year ago

thatjiaozi commented 1 year ago

This patch does the following:

  1. Renames all "Operation" to "Instruction", this is to be more consistent with the ebpf spec
  2. Creates a BaseInstruction struct that other Instructions inherit from, this prevents repeated logic