Skip to content

Commit de1f542

Browse files
committed
---
yaml --- r: 6389 b: refs/heads/master c: eecbc81 h: refs/heads/master i: 6387: 3d18097 v: v3
1 parent 3995828 commit de1f542

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 3feaecd757241b7b5efd742108abe351ff8d497d
2+
refs/heads/master: eecbc815ac44be2d17338d6dfd60c1417ba29ff1

trunk/src/rt/intrinsics/intrinsics.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// Use `clang++ -emit-llvm -S -arch i386 -O3 -I../isaac -I../uthash
2-
// -I../arch/i386 -fno-stack-protector -o intrinsics.ll intrinsics.cpp`
1+
// Rust intrinsics. These are built into each compilation unit and are
2+
// 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
35

46
#include "../rust_internal.h"
57
#include "../rust_scheduler.h"

0 commit comments

Comments
 (0)