Skip to content

Optimize resolve_call_target - #24

Open
oga-sven wants to merge 1 commit into
mainfrom
feat/perf
Open

Optimize resolve_call_target#24
oga-sven wants to merge 1 commit into
mainfrom
feat/perf

Conversation

@oga-sven

@oga-sven oga-sven commented Jul 2, 2026

Copy link
Copy Markdown
Member

No description provided.

@lammmab lammmab left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the caching, just clean this up and make sure it's still applicable (merge conflicts ?) and this could be merged

COMMAND dsymutil "${_target_bin}" -o "${_dbg}"
COMMAND ${_phase2_cmd} "--binary" "${_dbg}"
DEPENDS "${_binary_dep}"
DEPENDS "${_target_bin}" "${_ast_manifest}"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please get rid of these (same with the line below)

COMMAND ${_phase2_cmd}
${_strip_cmd}
DEPENDS "${_binary_dep}"
DEPENDS "${_target_bin}" "${_ast_manifest}"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants