Re: [PATCH] contrib/plugins/bbv.c: Start bb index from 1

2025-01-09 Thread Pierrick Bouvier
On 12/27/24 15:50, Alex Bennée wrote: Michael Tokarev writes: 17.12.2024 17:24, ckf104 wrote: Standard simpoint tool reqeusts that index of basic block index starts from 1. While this patch is a trivial one-liner, but the underlying issue requires at least a minimal understanding of what i

Re: [PATCH] contrib/plugins/bbv.c: Start bb index from 1

2024-12-27 Thread Alex Bennée
Michael Tokarev writes: > 17.12.2024 17:24, ckf104 wrote: >> Standard simpoint tool reqeusts that index of basic block index starts from >> 1. > > While this patch is a trivial one-liner, but the underlying issue requires at > least > a minimal understanding of what it is all about, what *is* b

Re: [PATCH] contrib/plugins/bbv.c: Start bb index from 1

2024-12-22 Thread Pierrick Bouvier
On 12/22/24 01:11, Michael Tokarev wrote: 17.12.2024 17:24, ckf104 wrote: Standard simpoint tool reqeusts that index of basic block index starts from 1. While this patch is a trivial one-liner, but the underlying issue requires at least a minimal understanding of what it is all about, what *i

Re: [PATCH] contrib/plugins/bbv.c: Start bb index from 1

2024-12-22 Thread Michael Tokarev
17.12.2024 17:24, ckf104 wrote: Standard simpoint tool reqeusts that index of basic block index starts from 1. While this patch is a trivial one-liner, but the underlying issue requires at least a minimal understanding of what it is all about, what *is* bbv to begin with, what `simpoint' is.

Re: [PATCH] contrib/plugins/bbv.c: Start bb index from 1

2024-12-17 Thread Pierrick Bouvier
Hi, On 12/17/24 06:24, ckf104 wrote: Standard simpoint tool reqeusts that index of basic block index starts from 1. Signed-off-by: ckf104 <1900011...@pku.edu.cn> --- contrib/plugins/bbv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/plugins/bbv.c b/contrib/plug

[PATCH] contrib/plugins/bbv.c: Start bb index from 1

2024-12-17 Thread ckf104
Standard simpoint tool reqeusts that index of basic block index starts from 1. Signed-off-by: ckf104 <1900011...@pku.edu.cn> --- contrib/plugins/bbv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/plugins/bbv.c b/contrib/plugins/bbv.c index a5256517dd..b9da6f815e 100