You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, the implementation of our tool leverage the objdump for find the futures' location in source files, however, this operation is too slow (execute once for each symbol encountered), some improvements should be done in the future.
The workaround is put the find_location operation to optional.
The text was updated successfully, but these errors were encountered:
objdump
for find the futures' location in source files, however, this operation is too slow (execute once for each symbol encountered), some improvements should be done in the future.find_location
operation to optional.The text was updated successfully, but these errors were encountered: