Open RafaelAPB opened 1 week ago
This PR/issue depends on:
@petermetz @RafaelAPB I also added a quick message about the python dependency in the prerequisites of README.md
. If you don't find it necessary I can remove it.
Otherwise I think everything is done in this commit: e1626c4095f6dfb21497ddcfbcaadb6beff0162e. You should be able to cherry-pick and squash it.
Implementation of the paper Hepheastus https://ieeexplore.ieee.org/document/10363680
Depends on #3638 and #3639;: #3642, #3643 #3644 Authored-by: Bruno Mateus brumat315@gmail.com Co-authored-by: Rafael Belchior rafael.belchior@tecnico.ulisboa.pt Signed-off-by: Rafael Belchior rafael.belchior@tecnico.ulisboa.pt
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.