blob: 1df6e6797ce8fe8666d651ab09928e2058b2ab27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Projects:
* Memory management for executable sections of code.
* Parser
* APIs to handle the following use cases:
- replacement for normal functions (schro)
- construct function at runtime (pixman)
* Handle compilation failure
- fallback to emulation
* Automatic testing of compiled code
* Automatic speed measurement
* Better MMX and SSE engine latency/throughput measurement
* SSE write alignment
|