Displaying 3 results from an estimated 3 matches for "74937".
Did you mean:
749,7
2014 Nov 25
2
[LLVMdev] ARM JIT status.
...version has ARM jit support?
I am developing a system running on Linux on Zynq from Xilinx and it
would be really nice if I can use LLVM to improve our performance and
flexibility.
Cheers,
Yichao Yu
[1] http://llvm.org/Features.html
[2] http://comments.gmane.org/gmane.comp.compilers.llvm.devel/74937
[3] http://llvm.org/bugs/show_bug.cgi?id=20329
2014 Nov 25
2
[LLVMdev] ARM JIT status.
...nq from Xilinx and it
>> would be really nice if I can use LLVM to improve our performance and
>> flexibility.
>>
>> Cheers,
>>
>> Yichao Yu
>>
>> [1] http://llvm.org/Features.html
>> [2] http://comments.gmane.org/gmane.comp.compilers.llvm.devel/74937
>> [3] http://llvm.org/bugs/show_bug.cgi?id=20329
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
Regards,
Tom
"Where's th...
2007 Oct 20
3
bridge or vlan
Hello to everyone,
Here is the situation:
[LAN1]---[eth3]/----------\
| LinuxBR |[eth2]---[LAN0]---[linuxGW]---[internet]
[LAN2]---[eth4]\----------/
Whole LAN is in subnet 10.0.0.0/24.
So I need:
LAN0, LAN1, LAN2 could not see each other.
LAN0, LAN1, LAN2 is in same subnet (10.0.0.0/24).
All LANs have to get only internet.
How can I configure LinuxBR to do so?