Skip to content

respect jb.dae flag in AsmMethodSource#2276

Open
ursachec wants to merge 1 commit into
soot-oss:developfrom
ursachec:tweak/jb-dae-flag
Open

respect jb.dae flag in AsmMethodSource#2276
ursachec wants to merge 1 commit into
soot-oss:developfrom
ursachec:tweak/jb-dae-flag

Conversation

@ursachec
Copy link
Copy Markdown

currently the DeadAssignmentEliminator runs unconditionally in AsmMethodSource. This is undesirable in certain cases, for example when static analysis tools using soot do not want this optimization (as is the case for a tool I've contributed to recently). The option is already there, so might as well respect it.

currently the DeadAssignmentEliminator runs unconditionally in
AsmMethodSource. This is undesirable in certain cases, for example when
static analysis tools using soot do not want this optimization (as is
the case for a tool I've contributed to recently). The option is already
there, so might as well respect it.
@ursachec
Copy link
Copy Markdown
Author

P.S. test suite passes locally

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.

1 participant