Displaying 3 results from an estimated 3 matches for "retblock".
Did you mean:
netblock
2016 Jun 09
2
Fwd: [RFC] LLVM Coroutines
...take some effort to maintain compatibility with the previous version.
Only add an instruction if it is absolutely necessary.
Having coro.fork and coro.suspend to be proper terminators (as they are) will
be much cleaner. Something like:
corobegin to label %start
suspend label %retblock
corosuspend [final] [save %token]
resume label %resume
cleanup label %cleanup
I did consider "repurposing" 'invoke', but felt it is too much of an abuse.
If there is a support for making corobegin/corosuspend instructions, I would
love to do it. Also, i...
2016 Jun 09
6
Fwd: [RFC] LLVM Coroutines
Hi all:
Below is a proposal to add experimental coroutine support to LLVM. Though this
proposal is motivated primarily by the desire to support C++ Coroutines [1],
the llvm representation is language neutral and can be used to support
coroutines in other languages as well.
Clang + llvm coroutines allows you to take this code:
generator<int> range(int from, int to) {
for(int i =
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running:
Fedora Core release 4 (Stentz)
kernel version: 2.6.15-1.1833_FC4smp
( I have also tried kernel version: 2.6.16-1.2108_FC4smp)
I compiled the ocfs2 and ocfs2-tools using the following steps:
# MODULES:
tar zxvpf ocfs2-1.2.1.tar.gz
cd ocfs2-1.2.1
./configure
make
make install
# TOOLS:
tar zxf ocfs2-tools-1.2.1.tar.gz
cd ocfs2-tools-1.2.1
./configure