Difference: FRCVLabMLSA_issues (4 vs. 5)

Revision 52019-05-30 - LabTech

Line: 1 to 1
 
META TOPICPARENT name="FRCVLabMLSA"
<meta name="robots" content="noindex" />
Line: 23 to 23
 
  1. Cannot handle other JavaScript program's functions being invoked, as there is no set protocol for this
  2. Doesn’t handle "dynamic dispatch" at all, and therefore cannot determine when a certain class's member function is called
    • handles these cases simply with "OBJ.call()"
Changed:
<
<

>
>
 

Pybind11

  1. Some repositories requires to add link for Eigen , Pybind11 or other folders. Otherwise the C++ function calls are not found in the AST file of the source file.
  2. Processing speed of mlcg.py gets slowed down when running on Pybind11 repositories.
Changed:
<
<
  1. Handling a situation where function is imported from the C++ module instead pf the whole module. (E.g.,from example import Pet)
>
>
  1. Handling a situation where function is imported from the C++ module instead of the whole module. (E.g.,from example import Pet)
 

Permissions

  • Persons/group who can view/change the page:
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback