You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pcwalton opened this issue
Jun 21, 2011
· 1 comment
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.I-slowIssue: Problems and improvements with respect to performance of generated code.
Add and fix tests for {i686, aarch64}-linux-android targets
I think that these changes do not breaks compatibility.
There are some types and constants changes to i686 and aarch64, but I see these changes as bug fixes instead of breaking changes. Also the type time64_t was remove from aarch64 because it is not defined in this arch.
Fixesrust-lang#536
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.I-slowIssue: Problems and improvements with respect to performance of generated code.
LLVM now has optimizations for reference counting (yay!). We should look into this.
The text was updated successfully, but these errors were encountered: