nand added a comment.

CodePtr points into the bytecode emitted by the byte code compiler. In some 
instances, pointers to auxiliary data structures are embedded into the byte 
code, such as functions or AST nodes which contain information relevant to the 
execution of the instruction.

Would it help if instead of encoding pointers, the byte code encoded some 
integers mapped to the original objects?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64146/new/

https://reviews.llvm.org/D64146

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to