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

Optimize C extension convertible tool #3

Merged
1 commit merged into from
Dec 23, 2020
Merged

Conversation

taoliq
Copy link
Contributor

@taoliq taoliq commented Dec 23, 2020

linked to #2

  • Add description

  • Print mapped C-ext instruction with -v flag

i.e.

0x8678bc3708     8  000e0067       jr        t3
    ====>  c.jr
0x55f5f825dae0     0  01a00e13       li        t3, 26
    ====>  c.li
0x55f5f825dae4     4  fe810113       addi      sp, sp, -24
    ====>  c.addi
0x55f5f825dae8     8  00113823       sd        ra, 16(sp)
    ====>  c.sdsp
0x55f5f825daec     c  00813423       sd        fp, 8(sp)
    ====>  c.sdsp

@ghost ghost merged commit b47420d into v8-riscv:main Dec 23, 2020
This pull request was closed.
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