diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-05 09:18:14 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-05 09:18:14 -0700 |
commit | c162f73f9cfd0bb48675dc11bd56ac359451510b (patch) | |
tree | 5fda9e1835758135d39090ddc8ca79ec1070c5d9 /mpi-patches | |
parent | 1e5d313bafa78885490b3fa0759ba76436917d9b (diff) | |
download | txr-c162f73f9cfd0bb48675dc11bd56ac359451510b.tar.gz txr-c162f73f9cfd0bb48675dc11bd56ac359451510b.tar.bz2 txr-c162f73f9cfd0bb48675dc11bd56ac359451510b.zip |
The mut macro should only be used for vectors or vector-like objects
which hold direct references to other objects and must be used
each time a mutation takes place.
* eval.c (op_dohash): invocations of mut macro removed.
Comment rewritten.
* lib.c (sort_list): Use set macro for mutating assignment.
Do not invoke mut on sorted list; it won't work anyway, because
it doesn't mean what the code wants it to mean: that the list will be
fully traversed during gc marking.
Diffstat (limited to 'mpi-patches')
0 files changed, 0 insertions, 0 deletions