search for: leetcod

Displaying 12 results from an estimated 12 matches for "leetcod".

Did you mean: leetcode
2009 Jan 24
3
Dovecot upgrade broke per-user Sieve scripts
...Thank you. ### dovecot.conf protocols = imap imaps disable_plaintext_auth = no mail_debug = yes log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot.log mail_location = maildir:/srv/mail/%u/Maildir first_valid_uid = 900 ssl_cert_file = /srv/ssl/dovecot.pem ssl_key_file = /srv/ssl/leetcode.net.key auth default { mechanisms = plain login passdb sql { args = /srv/etc/dovecot/dovecot-mysql.conf } userdb sql { args = /srv/etc/dovecot/dovecot-mysql.conf } socket listen { master {...
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
...liezhai at llvm.org.cn> wrote: >> >> 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. >>&...
2018 May 29
2
LLVM Social - Beijing: May 19th, 2018
...gt; 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 (ma...
2018 May 29
0
LLVM Social - Beijing: May 19th, 2018
...9:42 PM, Leslie Zhai <lesliezhai at llvm.org.cn> wrote: > > 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! >>...
2018 May 29
0
LLVM Social - Beijing: May 19th, 2018
...t;>> >>> 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...
2018 May 29
0
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, >>>>>> >>&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
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
2018 Aug 20
2
Using VMKit to convert Java Bytecode to LLVM IR
Hi, I wanted to use VMKit project to convert Java Bytecode to LLVM IR bitcode. But I do not know how to start, since I came to know that VMkit is written for llvm -3.3 version, but I want it for latest LLVM version 6.0.1. So, could you please suggest me, whether I have to write it whole project from scratch to meet my requirement of latest llvm version, or can use existing project by building
2017 Dec 19
3
Register Allocation Graph Coloring algorithm and Others
Hi Leslie, I suggest adding these 3 papers to your reading list. Register allocation for programs in SSA-form Sebastian Hack, Daniel Grund, and Gerhard Goos http://www.rw.cdl.uni-saarland.de/~grund/papers/cc06-ra_ssa.pdf Simple and Efficient Construction of Static Single Assignment Form Matthias Braun , Sebastian Buchwald , Sebastian Hack , Roland Leißa , Christoph Mallon , and Andreas
2017 Dec 19
4
Register Allocation Graph Coloring algorithm and Others
...ie Zhai via llvm-dev >> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi David, >> >> Thanks for your teaching! >> >> I am a newbie in compiler area, I only learned Compiler Principle in >> 2002https://www.leetcode.cn/2017/12/ilove-compiler-principle.html >> >> But I like to practice and learn >> :)https://github.com/xiangzhai/llvm/blob/avr/lib/CodeGen/RegAllocGraphColoring.cpp#L327because >> theory is not always correct, or misunderstood by people, so I want >> to compare so...