Hacker News new | ask | show | jobs
by wedesoft 4478 days ago
I am trying to develop a JIT for array processing [1]. Here are some resources I found useful so far

* Dr Paul Carter's tutorial [2]

* Intel processor reference [3]

* C ABI standard [4]

[1] https://github.com/wedesoft/aiscm

[2] http://www.drpaulcarter.com/pcasm/

[3] http://www.intel.com/content/www/us/en/processors/architectu...

[4] http://www.sco.com/developers/devspecs/abi386-4.pdf

1 comments

Cheers for that.

Yes, especially Halide looks interesting.