Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve cloner aiding transformation #144

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Improve cloner aiding transformation #144

merged 2 commits into from
Aug 5, 2024

Conversation

sifislag
Copy link
Collaborator

@sifislag sifislag commented Aug 5, 2024

Improve tranformation of DUP stmts duplicating JUMPDEST values into PUSH stmts.

Results:

metadata-dataset1

ANALYTIC: decomp_time
jul24-meta-propag3 (common): 13275.906133890152
aug24-meta-clone2 (common): 13605.449593305588 (+2.482%)

ANALYTIC: Analytics_JumpToMany
jul24-meta-propag3 (common): 128 (+7.563%)
aug24-meta-clone2 (common): 119

ANALYTIC: Analytics_LocalBlockEdge
jul24-meta-propag3 (common): 1424814
aug24-meta-clone2 (common): 1424709 (-0.007369%)

ANALYTIC: Analytics_PrivateFunctionMatchesMetadata
jul24-meta-propag3 (common): 105083 (-0.01618%)
aug24-meta-clone2 (common): 105100

ANALYTIC: Analytics_PrivateFunctionMatchesMetadataIncorrectArgs
jul24-meta-propag3 (common): 222 (+14.43%)
aug24-meta-clone2 (common): 194

ANALYTIC: Analytics_PrivateFunctionMatchesMetadataIncorrectReturnArgs
jul24-meta-propag3 (common): 561 (+5.451%)
aug24-meta-clone2 (common): 532

viair-dec23

ANALYTIC: decomp_time
jul24-ir-propag3 (common): 25701.03565144539
aug24-ir-clone2 (common): 26694.090595006943 (+3.864%)

ANALYTIC: Analytics_JumpToMany
jul24-ir-propag3 (common): 4240 (+4.511%)
aug24-ir-clone2 (common): 4057

ANALYTIC: Analytics_ReachableBlocksInTAC
jul24-ir-propag3 (common): 1300572 (-0.0003076%)
aug24-ir-clone2 (common): 1300576

ANALYTIC: Analytics_BlockHasNoTACBlock
jul24-ir-propag3 (common): 194 (+2.105%)
aug24-ir-clone2 (common): 190

ANALYTIC: Analytics_DeadBlocks
jul24-ir-propag3 (common): 638 (+8.319%)
aug24-ir-clone2 (common): 589

ANALYTIC: Analytics_PolymorphicTargetSameCtx
jul24-ir-propag3 (common): 89 (+4.706%)
aug24-ir-clone2 (common): 85

ANALYTIC: Analytics_LocalBlockEdge
jul24-ir-propag3 (common): 1821333 (-0.003294%)
aug24-ir-clone2 (common): 1821393

ANALYTIC: Analytics_MissingEdgeInTAC
jul24-ir-propag3 (common): 27
aug24-ir-clone2 (common): 26 (-3.704%)

ANALYTIC: Analytics_StmtMissingOperand
jul24-ir-propag3 (common): 340 (+0.295%)
aug24-ir-clone2 (common): 339

ANALYTIC: Analytics_PrivateFunctionMatchesMetadata
jul24-ir-propag3 (common): 85545
aug24-ir-clone2 (common): 85534 (-0.01286%)

ANALYTIC: Analytics_PrivateFunctionMatchesMetadataIncorrectArgs
jul24-ir-propag3 (common): 1809 (+109.1%)
aug24-ir-clone2 (common): 865

ANALYTIC: Analytics_PrivateFunctionMatchesMetadataIncorrectReturnArgs
jul24-ir-propag3 (common): 1286 (+216%)
aug24-ir-clone2 (common): 407

ANALYTIC: Analytics_Contexts
jul24-ir-propag3 (common): 2956373 (+0.0553%)
aug24-ir-clone2 (common): 2954739

Copy link

github-actions bot commented Aug 5, 2024

Test Results (Souffle 2.3)

55 tests  ±0   55 ✅ ±0   36m 47s ⏱️ +3s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit a7d74a7. ± Comparison against base commit 3af65c5.

Copy link

github-actions bot commented Aug 5, 2024

Test Results (Souffle 2.4)

55 tests  ±0   55 ✅ ±0   38m 5s ⏱️ +37s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit a7d74a7. ± Comparison against base commit 3af65c5.

@sifislag sifislag merged commit d8f11a1 into master Aug 5, 2024
5 checks passed
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