-
I'm still working on it, but my senior thesis is on a language-generic performance-oriented Haskell [implementation](https://github.com/taktoa/eqsat) of [equality saturation](http://www.cs.cornell.edu…
-
There is currently a problem regarding the way DynamoRIO manages AVX and SSE floating point instructions, explained in this post : (https://groups.google.com/forum/#!topic/DynamoRIO-Users/EwjJLo-fBdo)…
-
Pretty much a necessity, so best figure out an approach.
-
I'd like to lay out a concern regarding feature-detection along with a way to address this concern while still addressing the needs of SIMD (which as @tlively was saying in his last presentation, seem…
-
I have some rust code that does a floating point to int conversion in a loop (amongst some other computation). Rust semantics are that this conversion treats NaN as zero and saturates to the min/max v…
-
Related to #327 and #333:
There are scenarios where we want the ability to load chunks of JSIL output on demand, and we want to also reduce the size of JSIL output. This is so that apps load faster a…
-
I was confused with the structure of memoryInstance, why the type of data is bytearray? How about dict with bytearray in it? Doesn't this structure better match the addressing approach of memory?
-
# Abstract
The fundamental idea is to provide the abillity for runtimes to execute a module on more specialized hardware or with different tooling for higher performance.
To achieve this, a module…
-
Happy to do a dry run of my Plumber's talk to hopefully enable some more discussion on (broken) dependency orderings in the Linux kernel. But if people don't want to hear the same talk twice, that's t…
-
Hi,
I have got a strange behaviour of the ikos analyzer with the following C++ class of a simple vector.
I get the error:
```c++:
> ikos vector.cpp
[*] Compiling vector.cpp
[*] Running ikos…