document: Update description about segue opt, update README (#3338)

This commit is contained in:
Wenyong Huang
2024-04-22 14:34:52 +08:00
committed by GitHub
parent 67dc2ae0b2
commit a6e008bca7
4 changed files with 9 additions and 9 deletions

View File

@ -176,7 +176,7 @@ print_help()
printf(" Enable the specified LLVM passes, using comma to separate\n");
printf(" --use-prof-file=<file> Use profile file collected by LLVM PGO (Profile-Guided Optimization)\n");
printf(" --enable-segue[=<flags>] Enable using segment register GS as the base address of linear memory,\n");
printf(" only available on linux/linux-sgx x86-64, which may improve performance,\n");
printf(" only available on linux x86-64, which may improve performance,\n");
printf(" flags can be: i32.load, i64.load, f32.load, f64.load, v128.load,\n");
printf(" i32.store, i64.store, f32.store, f64.store, v128.store\n");
printf(" Use comma to separate, e.g. --enable-segue=i32.load,i64.store\n");