Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Add Benchmarks for Polyjuice generator #70

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

Flouse
Copy link
Collaborator

@Flouse Flouse commented Aug 2, 2021

No description provided.

@Flouse Flouse requested review from TheWaWaR and jjyr August 2, 2021 02:34
Since debug_print_data takes large runtime overhead, we should reduce
this kinds of `debug_print_data` with long data_length.
With this image, the `lib/libc++` parts in flamegraph will show out.
No more "??"
@Flouse Flouse marked this pull request as draft August 5, 2021 17:50
floustar and others added 9 commits August 6, 2021 09:37
- deprecate polyjuice-tests/fuzz/mock_generator_utils.h and follow the newest version of deps/godwoken-scripts/c/generator_utils.h
- mock_mint_sudt for new account
… unsigned char const*, unsigned int, unsigned char*)'
All the elements of global arrays are initialized to default values
(zero for arithmetic types and NULL for pointers).
`memset` caused by the initialization of such arrays is not necessary.
All the elements of global (static) arrays are initialized to default
values (zero for arithmetic types and NULL for pointers).
`memset` caused by the initialization of such arrays is not necessary.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants