Files
wasmtime/cranelift
Jakob Stoklund Olesen 24970593ac Implement value lists.
Values that are defined together are represented as a singly linked list. These
lists appear in:

- Instructions with multiple result values. The first result value is special, and the
  following results form a linked list of Def extended_value table entries.

- EBB arguments are represented as a linked list of Argument extended_value
  table entries. The EbbData struct has pointers to the first and last argument
  to allow fast insertion at both ends.

Add a Values iterator type whicih can enumerate both kinds of value lists.
2016-05-02 15:36:54 -07:00
..
2016-05-02 15:36:54 -07:00
2016-04-06 12:00:35 -07:00
2016-01-12 16:51:35 -08:00