Displaying 2 results from an estimated 2 matches for "_tart".
Did you mean:
start
2008 May 17
1
[LLVMdev] Assembling the output of llc
Here's a more specific question about compiling native code: When I use
llc to generate a .s file, and then I try to assemble it using 'as', I
get tons of errors - it appears to be choking on lines like the following:
movl
L"_tart.core.Iterable<tart.core.String>:type"$non_lazy_ptr, %eax
The error I get is:
out/Debug/test/tart/FileStreamTest.out.s:95:junk
`"_tart.core.Iterable<tart.core.String>:type"$non_lazy_ptr' after expression
(plus a few hundred more like it.)
-- Talin
2009 Aug 30
0
[LLVMdev] Strange error in generated assembly
...<i32> [#uses=1]
%6 = add i32 %index18, %length20 ; <i32> [#uses=1]
store i32 %6, i32* %index
br label %incr3
And here is the generated assembly:
LBB59_5:
movl %edi, 4(%esp)
movl 48(%esp), %ecx
movl %ecx, (%esp)
call
"_tart.core.Array[tart.core.String]..index.get(int)->tart.core.String"
movl %eax, %ebp
movl 4(%ebp), %eax
movl %eax, 8(%esp)
leal 16(%ebp), %eax
movl %eax, 4(%esp)
movl %esi, (%esp)
call _memcpy
addl 4(%ebp), %...