-
SignUp.vue, Confirm.vue and UpdateProfile.vue have the same form data for user profile. This is big code duplication and maintenance problem. I fixed some bugs in UpdateProfile.vue and they are still …
-
I am using LLVM-Tracer 6.0 ( not docker container ), and I have successfully compiled with this makefile:
[makefile.txt](https://github.com/harvard-acc/LLVM-Tracer/files/10194036/makefile.txt)
bu…
rem1A updated
7 months ago
-
This is an open-ended performance idea to explore.
We have per-function compiler-specific export data (see method funcExt in iexport.go). We could do some analysis in package ssa of return values, …
-
Issue Type: Bug
It feels strange (read: broken) to me that if there are no children of a node in the call hierarchy it still has a chevron, but no children when expanded. IMO, it should have either…
-
There is a trade off between how frequently the events are queried, and the performance of the cache. For example, if checked too infrequently, merged registrations may need to be retired (when they …
-
| | |
| --- | --- |
| Bugzilla Link | [20108](https://llvm.org/bz20108) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Suppose a future l…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20108](https://bugs.llvm.org/show_bug.cgi?id=20108) |
| Status | NEW |
| Importance | P enhancemen…
-
### Goal
Get understanding wether it is feasible to create a 1inch based callee contract
### Context
An exchange callee contract that is based on 1inch is a thought after feature. This is due t…
-
### Describe the bug
ucp_ep_create() cannot validate a ucp_address_t parameter because the caller does not supply its length. If the apparent length of the ucp_address_t is longer than the buffer whe…
-
I tired to port the compiler to Windws but there are some errors:
Generated out.s does not compile correctly on Windows.
GAS(the AT&T asm) on Windows don't work identical, it have a little diffe…