radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

R2_590 change ESIL pop signature

Open luc-tielen opened this issue 1 year ago • 6 comments

  • [ ] Mark this if you consider it ready to merge
  • [ ] I've added tests (optional)
  • [ ] I wrote some lines in the book (optional)

Description

Merge #21886 first, also this doesn't fix all warnings yet..

luc-tielen avatar Jun 12 '23 15:06 luc-tielen

comments on this @condret ?

trufae avatar Jan 19 '24 16:01 trufae

Can you rebase this PR we should target r2-6.x now

trufae avatar Jul 16 '24 14:07 trufae

sorry for the late response. i'm not a fan of this. I don't see any necessity, and all these casts to char * feel bloaty to me. We can do this, if you really want this

condret avatar Aug 08 '24 05:08 condret

Theres a noticeable perf boost by not strduping every word. Thats the reason behind this patch. So maybe the casts are ugly but i wanted to make clear the intentions behind

trufae avatar Aug 08 '24 05:08 trufae

can't we then just rm the strdups

condret avatar Aug 08 '24 07:08 condret

Nope i tried. Some because invalid pointers. So we need again an abstraction over strings

trufae avatar Aug 08 '24 07:08 trufae