Displaying 2 results from an estimated 2 matches for "fqwjcnltkjm".
2019 Jul 15
2
A libc in LLVM
David Jones <dlj at google.com> writes:
> >> * Provide C symbols as specified by the standards, but take advantage
> >> and use C++ language facilities for the core implementation.
>
> Does this mean C programs would require a C++ runtime? If not, how will
> the project ensure that?
>
> Shooting from the hip: no. Turning off exceptions, RTTI, and static
2019 Oct 16
2
Most efficient way for a function to return two types?
I apologize if this is the wrong list. I'm writing a language and
outputting llvm-ir instead of using the c api. I looked at clang's output a
few times but I'm a little unsure what to do in this case
As an example I have a function called itoa which takes an int and returns
a string. Strings in my language has 2 fields, the pointer and byte length.
On a 64bit machine it'd be