Compile to assembly using LLVM #10
Labels
No labels
blocked
blocker
bug
c
codegen
dependencies
discussion
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
javascript
lexer/parser
llvm
macroexpander
performance
priority:high
priority:low
priority:normal
question
triage
typechecker
webassembly
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: samvv/bolt#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is similar to #8 but in theory would allow us to have more precise control over the optimizations that are used during the compilation, resulting in faster binaries. Moreover, some optimizations that are normally used for compiling C programs can be skipped in their entity. This may have a small impact on build times but most importantly may avoid some security issues related to undefined behavior in the C language.
Not going to fix this in this repository.