We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3995828 commit de1f542Copy full SHA for de1f542
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 3feaecd757241b7b5efd742108abe351ff8d497d
+refs/heads/master: eecbc815ac44be2d17338d6dfd60c1417ba29ff1
trunk/src/rt/intrinsics/intrinsics.cpp
@@ -1,5 +1,7 @@
-// Use `clang++ -emit-llvm -S -arch i386 -O3 -I../isaac -I../uthash
-// -I../arch/i386 -fno-stack-protector -o intrinsics.ll intrinsics.cpp`
+// Rust intrinsics. These are built into each compilation unit and are
+// run on the Rust stack. They should not call C methods because that
3
+// will very likely result in running off the end of the stack.
4
+// Build with the script in src/etc/gen-intrinsics
5
6
#include "../rust_internal.h"
7
#include "../rust_scheduler.h"
0 commit comments