search for: lazydemo

Displaying 2 results from an estimated 2 matches for "lazydemo".

2015 Jan 14
4
[LLVMdev] New JIT APIs
...e-create the behavior of MCJIT. This works well enough to pass all MCJIT regression and unit tests on Darwin, and all but four regression tests on Linux. The patch also contains the desired "new" feature: Function-at-a-time lazy jitting in roughly the style of the legacy JIT. The attached lazydemo.tgz file contains a program which composes the new JIT components (including the lazy-jitting component) to lazily execute bitcode. I've tested this program on Darwin and it can run non-trivial benchmark programs, e.g. 401.bzip2 from SPEC2006. These new APIs are named after the motivating feat...
2015 Jan 16
5
[LLVMdev] New JIT APIs
...havior of MCJIT. This works well enough to pass all MCJIT regression and > unit tests on Darwin, and all but four regression tests on Linux. The patch > also contains the desired "new" feature: Function-at-a-time lazy jitting in > roughly the style of the legacy JIT. The attached lazydemo.tgz file > contains a program which composes the new JIT components (including the > lazy-jitting component) to lazily execute bitcode. I've tested this program > on Darwin and it can run non-trivial benchmark programs, e.g. 401.bzip2 > from SPEC2006. > > These new APIs are n...