search for: twimg

Displaying 11 results from an estimated 11 matches for "twimg".

Did you mean: twig
2018 May 11
4
LLVM Social - Beijing: May 19th, 2018
Hi, The first (maybe) LLVM social in Beijing will happen on May 19th, 2018. Everyone interested in LLVM related projects is invited to join. Event details is at https://github.com/hellollvm/website/blob/master/README.md Presentations are welcome :-) Looking forward to meet you ! -- Best wishes, Wei Wu (吴伟)
2018 May 29
2
LLVM Social - Beijing: May 19th, 2018
...;> >> My sincere thanks will goto Wu Wei for his great organization! >> >> I shared a topic " to introduce Loongson's contribution to LLVM and GCC toolchain. >> >> Slide: https://www.leetcode.cn/2018/05/loongson-llvm.pdf >> >> Photo: https://pbs.twimg.com/media/DeVnul3U0AAaoG4.jpg >> >> >> 在 2018年05月15日 09:19, Leslie Zhai 写道: >>> Hi Wei, >>> >>>> The first (maybe) LLVM social in Beijing will happen on May 19th, 2018. >>> Congratulations! >>> >> -- >> Regards, >>...
2016 Apr 01
6
Clang project renamed
...9;s rebranding effort <http://blog.llvm.org/2016/04/undefined-behavior-is-magic.html>, the Clang project has been renamed to Discord <http://mlp.wikia.com/wiki/Discord>. Voiced by John de Lang-Cie (French for "John of Clang"), Discord is part-dragon, part-horse <https://pbs.twimg.com/profile_images/654309465202794496/dDt64UJj_400x400.png>, and perfectly embodies the virtues of the Clang (now, Discord) project: disregard for established standards, an emphasis on chaos, and a firm belief that undefined behavior is magic! Thank you for your understanding. -- Discord code...
2018 May 29
2
LLVM Social - Beijing: May 19th, 2018
...i for his great organization! >>>> >>>> I shared a topic " to introduce Loongson's contribution to LLVM and GCC toolchain. >>>> >>>> Slide: https://www.leetcode.cn/2018/05/loongson-llvm.pdf >>>> >>>> Photo: https://pbs.twimg.com/media/DeVnul3U0AAaoG4.jpg >>>> >>>> >>>>> 在 2018年05月15日 09:19, Leslie Zhai 写道: >>>>> Hi Wei, >>>>> >>>>>> The first (maybe) LLVM social in Beijing will happen on May 19th, 2018. >>>>> Congratul...
2014 Jul 01
1
TE131 kernel panic
Having some issues with a TE131 apparently causing kernel panics. This is on CentOS 5.10 with DAHDI 2.9.1 (also tried 2.9.2-rc1, no difference.) There?s also an Tracebacks are very similar to this one: https://pbs.twimg.com/media/BrdrQf3CAAE3RXQ.jpg It?s configured with FXSKS signaling and the other end is an Adtran 850, though I?ve also experienced it crossed-over to an older TE13x doing FXOKS signaling. It?s somewhat reproducible by reloading Asterisk in a loop for a little while (it?s 1.4 due to applications...
2018 May 29
0
LLVM Social - Beijing: May 19th, 2018
...> Hi LLVM developers, > > My sincere thanks will goto Wu Wei for his great organization! > > I shared a topic " to introduce Loongson's contribution to LLVM and GCC toolchain. > > Slide: https://www.leetcode.cn/2018/05/loongson-llvm.pdf > > Photo: https://pbs.twimg.com/media/DeVnul3U0AAaoG4.jpg > > > 在 2018年05月15日 09:19, Leslie Zhai 写道: >> Hi Wei, >> >> > The first (maybe) LLVM social in Beijing will happen on May 19th, 2018. >> Congratulations! >> > > -- > Regards, > Leslie Zhai > > >
2018 May 29
0
LLVM Social - Beijing: May 19th, 2018
...hanks will goto Wu Wei for his great organization! >>> >>> I shared a topic " to introduce Loongson's contribution to LLVM and GCC toolchain. >>> >>> Slide: https://www.leetcode.cn/2018/05/loongson-llvm.pdf >>> >>> Photo: https://pbs.twimg.com/media/DeVnul3U0AAaoG4.jpg >>> >>> >>>> 在 2018年05月15日 09:19, Leslie Zhai 写道: >>>> Hi Wei, >>>> >>>>> The first (maybe) LLVM social in Beijing will happen on May 19th, 2018. >>>> Congratulations! >>>>...
2018 May 29
0
LLVM Social - Beijing: May 19th, 2018
...tion! >>>>> >>>>> I shared a topic " to introduce Loongson's contribution to LLVM and GCC toolchain. >>>>> >>>>> Slide: https://www.leetcode.cn/2018/05/loongson-llvm.pdf >>>>> >>>>> Photo: https://pbs.twimg.com/media/DeVnul3U0AAaoG4.jpg >>>>> >>>>> >>>>>> 在 2018年05月15日 09:19, Leslie Zhai 写道: >>>>>> Hi Wei, >>>>>> >>>>>>> The first (maybe) LLVM social in Beijing will happen on May 19th, 2018. >&g...
2018 May 15
0
LLVM Social - Beijing: May 19th, 2018
Hi Wei, > The first (maybe) LLVM social in Beijing will happen on May 19th, 2018. Congratulations! -- Regards, Leslie Zhai
2017 Dec 15
0
Register Allocation Graph Coloring algorithm and Others
On 12/14/2017 10:18 PM, Leslie Zhai wrote: > Hi GCC and LLVM developers, > > I am learning Register Allocation algorithms and I am clear that: > > * Unlimited VirtReg (pseudo) -> limited or fixed or alias[1] PhysReg > (hard) > > * Memory (20 - 100 cycles) is expensive than Register (1 cycle), but > it has to spill code when PhysReg is unavailable > It might be
2017 Dec 15
8
Register Allocation Graph Coloring algorithm and Others
Hi GCC and LLVM developers, I am learning Register Allocation algorithms and I am clear that: * Unlimited VirtReg (pseudo) -> limited or fixed or alias[1] PhysReg (hard) * Memory (20 - 100 cycles) is expensive than Register (1 cycle), but it has to spill code when PhysReg is unavailable * Folding spill code into instructions, handling register coallescing, splitting live ranges, doing