-
- Downloads
Added a simple append_mapping instruction.
Much like append_array, but for mappings. This speeds up the append mapping benchmark by about (currently) 1000x. However, that is somewhat misleading since the refs optimization is not done currently since the wrong assignment operator ends up being used. Even when that is fixed the speedup should is still more than 2x, however.
Showing
- src/docode.c 11 additions, 0 deletionssrc/docode.c
- src/interpret_functions.h 4 additions, 0 deletionssrc/interpret_functions.h
- src/las.c 13 additions, 1 deletionsrc/las.c
- src/mapping.c 33 additions, 0 deletionssrc/mapping.c
- src/mapping.h 1 addition, 0 deletionssrc/mapping.h
- src/treeopt.in 15 additions, 0 deletionssrc/treeopt.in
Loading
Please register or sign in to comment