Rune - Cleanup lvalue/rvalue comments
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 4 Jan 2016 17:58:06 +0000 (09:58 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 4 Jan 2016 21:12:24 +0000 (13:12 -0800)
commitd49fa75eb6f6b63d219f95b4d3506674a63a3b13
tree470735f91bfc7db2b6a58eb2742e80c33f652636
parent7d13fcc02d089be603eb820c1b368b415a4b6c7a
Rune - Cleanup lvalue/rvalue comments

* Cleanup the lvalue/rvalue comments.  Note that even rvalues may have a
  refstor side effect.

* Cleanup operators.

* Rework temporary space reservations to allow sub-expressions to be
  executed in any order.

* Remove EXF_REQ_DSTORE (keep EXF_REQ_DCOPY)
TODO
libgen/context2.h
libgen/run_exp.c
libgen/run_oper.c
libgen/run_stmt.c
librune/exp.h
librune/resolve.c
tests/perl_loop100m [new file with mode: 0755]
tests/python_loop100m [new file with mode: 0755]