Compile to assembly using LLVM #10

Closed
opened 2020-06-16 16:42:43 +02:00 by samvv · 1 comment
samvv commented 2020-06-16 16:42:43 +02:00 (Migrated from github.com)

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.

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.
samvv commented 2021-04-21 14:18:53 +02:00 (Migrated from github.com)

Not going to fix this in this repository.

Not going to fix this in this repository.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: samvv/bolt#10
No description provided.