-
- Downloads
Reworked json export.
The json export prints formatted json, which takes a lot of additional time, however the result is only consumed by other tools and not meant for human reading. This commit implements several small changes in order to speedup the json export: * Removal of usage of the Format Module * Replacing `fprintf` calls by calls to function that print directly, such as `output_string`, etc. * Replacing list of all instruction names by a set of all instructions
Showing
- arm/AsmToJSON.ml 22 additions, 18 deletionsarm/AsmToJSON.ml
- backend/Json.ml 31 additions, 21 deletionsbackend/Json.ml
- backend/JsonAST.ml 5 additions, 7 deletionsbackend/JsonAST.ml
- backend/JsonAST.mli 1 addition, 1 deletionbackend/JsonAST.mli
- powerpc/AsmToJSON.ml 32 additions, 31 deletionspowerpc/AsmToJSON.ml
Loading
Please register or sign in to comment