Browse thread
Inline Assembler
- Jonathan Roewen
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | Inline Assembler |
How could one go about adding an inline assembler to the ocaml native code compiler? Such that can completely avoid the overhead of calling into C code. It seems that would waste a number of cpu cycles for no good reason. Jonathan