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

feat(decompile): experimental LLM postprocessing #529

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

Jon-Becker
Copy link
Owner

Motivation

Solution

@Jon-Becker Jon-Becker linked an issue Dec 8, 2024 that may be closed by this pull request
@Jon-Becker Jon-Becker merged commit 3a02389 into main Dec 8, 2024
8 checks passed
Copy link
Contributor

github-actions bot commented Dec 8, 2024

Benchmark for 2551b4a

Click to view benchmark
Test Base PR %
heimdall_cfg/complex 15.4±1.31ms 14.4±0.28ms -6.49%
heimdall_cfg/simple 2.2±0.02ms 2.2±0.04ms 0.00%
heimdall_decoder/seaport 43.4±4.86µs 38.6±2.11µs -11.06%
heimdall_decoder/transfer 2.8±0.20µs 2.9±0.24µs +3.57%
heimdall_decoder/uniswap 12.4±1.20µs 11.2±0.61µs -9.68%
heimdall_decompiler/abi_complex 61.7±0.63ms 61.4±2.74ms -0.49%
heimdall_decompiler/abi_simple 2.3±0.01ms 2.1±0.01ms -8.70%
heimdall_decompiler/sol_complex 75.3±0.69ms 71.8±0.46ms -4.65%
heimdall_decompiler/sol_simple 2.8±0.03ms 2.8±0.03ms 0.00%
heimdall_decompiler/yul_complex 65.6±1.71ms 64.4±0.77ms -1.83%
heimdall_decompiler/yul_simple 2.5±0.05ms 2.4±0.02ms -4.00%
heimdall_disassembler/complex 943.4±67.11µs 958.3±34.89µs +1.58%
heimdall_disassembler/simple 46.8±2.78µs 46.2±2.16µs -1.28%
heimdall_vm/erc20_transfer 355.5±24.10µs 353.2±16.40µs -0.65%
heimdall_vm/fib 828.3±11.45µs 824.1±5.73µs -0.51%
heimdall_vm/ten_thousand_hashes 4.9±0.08s 4.8±0.17s -2.04%

@Jon-Becker Jon-Becker deleted the jon-becker/llm-postprocessing branch December 27, 2024 07:02
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.

feat: decompilation w/ optional GPT-4o postprocessing
1 participant