Michael Ho has posted comments on this change. Change subject: IMPALA-4705, IMPALA-4779, IMPALA-4780: Fix some Expr bugs with codegen ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/5732/2/be/src/codegen/llvm-codegen.cc File be/src/codegen/llvm-codegen.cc: Line 194: if (IsDefinedInImpalad(fn_name)) continue; > I still don't entirely understand this. I understand why we don't want to m The intention is for the 'callee_map_' to only have functions which need to be materialized when a certain llvm::GlobalObject is referenced. In theory, we don't really need to store entries for global variables but I figure it's more consistent to have both. -- To view, visit http://gerrit.cloudera.org:8080/5732 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I40fdb035a565ae2f9c9fbf4db48a548653ef7608 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
