Assembly
Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.
Here are 4,793 public repositories matching this topic...
-
Updated
May 18, 2022 - Python
-
Updated
Apr 17, 2022 - Python
-
Updated
May 16, 2022 - C
-
Updated
Jan 9, 2022 - Python
-
Updated
May 19, 2022
We are reliant primarily on the examples for testing at this point. It would be good to "stress" the allocator because I would be (pleasantly) surprised if it's bug-free.
- More extensive unit testing
- Integration test under
tests/that (for example) uses the max number of registers of a given kind and confirms the register allocator doesn't fall over - More specifically, handling of "cast
-
Updated
May 19, 2022 - Java
-
Updated
May 24, 2021 - C++
-
Updated
Feb 8, 2020
-
Updated
May 2, 2021 - Assembly
-
Updated
Jan 26, 2018 - Pascal
-
Updated
May 16, 2022 - C
-
Updated
May 10, 2022 - C
-
Updated
Mar 25, 2022
-
Updated
May 19, 2022 - C
-
Updated
May 16, 2022 - C
Fuzzing RGBDS?
NieDzejkob did it back then I think with AFL, but LLVM also has libfuzzer, which seems to be easier to set up.
Hi!
First, thanks for the guide, I enjoyed it
compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.
It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are: